/*!
 * Start Bootstrap - Portfolio Item (https://startbootstrap.com/template-overviews/portfolio-item)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-portfolio-item/blob/master/LICENSE)
 */
 
/* ALLGEMEIN */


@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed|Barlow:400,600,500,700');


html {
	background-color: #f5f5f5;
}


body {
	color: #666666;
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	font-weight: 400; 
}

.container {
    max-width: 1041px;
}

.float-right {
	float: right;
}

ul {
  list-style: none; /* Remove default bullets */
}

.contentBox ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #dddddd; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.btn, .btn-lg {
    border-radius: 0;
    color: #666;
    padding: 5px 20px 8px 20px;
    margin: 0px 10px 5px 0;
    /*width: 240px;*/
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

section {
	padding: 40px 0;
}

h1, h2, h3 {
	font-size: 18px;
	font-weight: 700;
}

.contentBox h3 {
	padding-top: 6px;
	font-weight: 500;
}

.dataprotect .contentBox h3 {
	font-weight: 600;
}

h1 {
	font-size: 22px;
	font-weight: 500;
}

.btn:hover, .btn-lg:hover {
	background-color: #f0f0f0 !important;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
    background-color: #f0f0f0;
}

.bg-dark {
    background-color: #f5f5f5 !important;
}

.dataPrint {
	padding: 40px;
}

a {
	color: #faa41d;
}


.flex-container {
  display: flex;
  flex-direction: row; /* Standardwert */
  justify-content: space-between;
}

.flex-item {
  flex-basis: 25%;
}

/*HEADER*/

.navbar {
	background-color: #fff !important;
	border-bottom: 4px #faa41d solid;
	padding: 0;
}


a.navbar-brand, a.navbar-brand:hover {
	font-size: 28px;
	color: #5b6268 !important;
	margin-left: 15px;
}

a.navbar-brand span {
	font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 500;	
	font-size: 18px;
	color: #5b6268;
	margin-left: 10px;
	margin-top: -5px;
}

.navbar-dark .navbar-brand {
    color: #666;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.9);
    border: none;
    border-color: rgba(255,255,255,.9);
    padding-right: 20px;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#navbarResponsive {
	background-color: #343a40;
}

ul.navbar-nav li {
	padding-left: 15px;
}

.logoSubText {
	text-align: right;
	font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 500;	
    font-size: 26px;
    color: #999;
}

.lineLogo { 
	background-color: #faa41d;
	height: 4px;
	width: 100%
}

.contentBox a {
	color: #faa41d;
}



/*FOOTER*/

footer {
	font-size: 16px;
}

footer a {
	color: #666;
	text-decoration: underline;
}

footer a:hover {
	color: #999;
	text-decoration: none;
}


/* MEDIA QUERIES */

@media only screen and (min-width: 992px) {
 
	nav {
    	display: none !important;
	}
	
	hr.navBoxLine {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
 
	nav {
    	display: block !important;
	}
	
	.logoBox, .navBox {
		display: none;
	}
	
	body {
		padding-top: 80px;
		font-size: 16px;
	}
	
	h1, h2, h3 {
		font-size: 16px;
		font-weight: 500;
	}

	h1 {
		font-size: 18px;
		font-weight: 500;
	}
}


@media only screen and (max-width: 574px) {
 
 	p.copy {
	display: none;
	}
}


@media only screen and (max-width: 410px) {
 
 a.navbar-brand span {
	display: none;
}
	
}


