/*
 * Custom translucent site header
 */
 
 
 body {
    margin: 0;
    font-family: Roboto, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.site-header {
  background-color: #337ab7 !important;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: white;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }

.btn-primary {
    background-color: #337ab7;
    border:none;
}

.btn-primary:hover {
    background-color: #2c699d;
}

#reparatur:hover {
    	background-color: #2c699d;

}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	
	background-color: #2c699d;
	border: none !important;

}


/*Navigations Zwei CSS*/

.navbar .nav-item:not(:last-child) {
  margin-right: 35px;
}

.dropdown-toggle::after {
   transition: transform 0.15s linear; 
}

.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}

.dropdown-menu {
  margin-top: 0;
}


.navbar {
	
    background-color:#337ab7 !important;
    padding: .5rem 1rem;
    padding-top: 0.0rem;
    padding-right: 1rem;
    padding-bottom: 0.0rem;
    padding-left: 1rem;

}


.navbar-dark .navbar-nav .nav-link {
	
color: white;	
	
}


.navbar-toggler {
background-color: #337ab7 !important;	
}

.ml-auto, .mx-auto {
margin-left:6% !important;	
}


/*wrapper*/

body {

background: #f3f3f3;
}

#outer-wrapper {
    margin-left: 16.1%;
	margin-right: 16.1%;
	margin-top:45px;
	margin-bottom: 60px;
	padding-top: 50px;
	border: 2px solid #fff;
    border-radius: 11px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

/*Logo*/
#navbar-brand {
    width: 100%;
    height: 88px;
	margin-top: -3%;

}
#navbar-brand a:first-child{
	float:left;
}
#navbar-brand a:last-child{
	float:right;
}
.bewertungLogoKlasse {
	text-align: right;
	
	/* margin-left: 45% !important; */
}

.accordion{
	width:100%;
}
@media only screen and (max-width:845px){
	#outer-wrapper{
		margin-left: 5%;
    margin-right: 5%;
	padding:38px;
	}
    .main-heaing{
    	margin-left:0% !Important;
		margin-right:0% !Important;
	}
}

@media only screen and (max-width:768px){
	.navbar{
		padding:0px;
	}
	.navbar-dark .navbar-toggler{
		width:80px;
		height:40px;
		border-radius:0px;
	}
	.main-heaing{
		margin-left:0% !Important;
		margin-right:0% !Important;
	}
	.main-heaing h1{
		font-size:2.1rem ;
		margin-top:10px;
	}
	.two-images img{
		width:300px;
		height:auto;
		    margin: 0 auto;
    display: block;
		margin-top:20px;
	}
	#outer-wrapper{
		margin-left: 5%;
    margin-right: 5%;
	padding:32px;
	}
footer{
	text-align:center;
}
}
@media only screen and (max-width:720px){
#navbar-brand a:last-child{
	display:none;
}
}
@media only screen and (max-width:530px){
	.two-images .mycol{
		width:100%;
		padding:0px;
	}
	#outer-wrapper{
		margin-left: 3%;
    margin-right: 3%;
	}
	.main-heaing h1{
		font-size:1.8rem;
	}
	h2{
		font-size:1.4rem;
	}
    .main-heaing{
    	margin-left:0% !Important;
		margin-right:0% !Important;
	}
    h1 {
    
    margin-left: 0%;
    margin-right: 0%;
    
}
}
@media only screen and (max-width:480px){
	.two-images img{
		width:280px;
		height:auto;
		margin-top:20px;
	}
    
    .main-heaing{
    	margin-left:0% !Important;
		margin-right:0% !Important;
	}
    h1 {
    
    margin-left: 0%;
    margin-right: 0%;
    
}
    
	.main-heaing h1{
		font-size:1.5rem;
	}
	h2{
		font-size:1.3rem;
	}
	
}
@media only screen and (max-width:400px){
	.two-images img{
		width:280px;
		height:auto;
		margin-top:20px;
	}
    
    .main-heaing{
    	margin-left:0% !Important;
		margin-right:0% !Important;
	}
    
    h1 {
    
    margin-left: 0%;
    margin-right: 0%;
    
}
    
	#outer-wrapper{
		padding:14px;
	}
}

@media only screen and (max-width:370px){
	.two-images img{
		width:250px;
		height:auto;
		margin-top:20px;
	}
	.main-heaing h1{
		font-size:1.4rem;
	}
    
    .main-heaing{
    	margin-left:0% !Important;
		margin-right:0% !Important;
	}
    
    h1 {
    
    margin-left: 0%;
    margin-right: 0%;
    
}
    
	#outer-wrapper{
		padding:10px;
	}
}
@media only screen and (max-width:340px){
	.two-images img{
		width:220px;
		height:auto;
		margin-top:20px;
	}
    
    .main-heaing{
    	margin-left:0% !Important;
		margin-right:0% !Important;
	}
    
    h1 {
    
    margin-left: 0%;
    margin-right: 0%;
    
}
}
@media only screen and (max-width:300px){
	.two-images img{
		width:190px;
		height:auto;
		margin-top:20px;
	}
    
    .main-heaing{
    	margin-left:0% !Important;
		margin-right:0% !Important;
	}
    
    h1 {
    
    margin-left: 0%;
    margin-right: 0%;
    
}
}


/*Hauptlinks klickbar machen*/
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    margin-top: 0px;
}

/*h1 block*/
.main-heaing {

    margin-left: 12% !important;
    margin-right: 12% !important;
    padding-top: 2% !important;
    padding-bottom: 2% !important;

}



.col-md.col-xs.col-12 h2 { 
    
min-height: 90px;    
margin-top: 10%;
    
}

.col-md.col-xs.col-12 img {
    width: 80%;
    margin-left: 5%;
}



.navbar-brand a img {
    
        max-width: 237.5px;
    
}


.icon-bar {
  background: black;
}

@media only screen and (max-width:1962px){
    h1 {
    
    margin-left: 0% !important;
    margin-right: 0% !important;
    
}
}

h1 {
    
    margin-left: 17%;
    margin-right: 17%;
    text-align: center;    
    
}



@media only screen and (min-width:1600px){
   #outer-wrapper {
    margin-left: 29.1% !important;
    margin-right: 29.1% !important;
    
}
}




/* Portrait Ipad Pro */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    
    .col-md img {
    max-width: 100% !important;
    
}
    
}

/* Portrait Ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
       .col-md img {
    max-width: 100% !important;
    
}
    
    }


/*CSS fuer verbesserte Navigation*/
.bg-dark {
  background: #337ab7 !important;
}

.btn-secondary {
  background-color: #337ab7 !important;
  background-image: none !important;
  border: none !important;
}

.btn-secondary {
  color: rgba(255, 255, 255, 0.5) !important;
}

.btn-secondary:hover {
  color: rgba(255, 255, 255, 0.75) !important;
}

.dropdown-toggle::after {
  display: none;
}

.fa-plus {
  display: none !important;
}

.fa-minus {
  display: none !important;
}

.klickTextEins { 
    margin-top: 3px !important;
  color: white !important;
}

.klickTextZwei { 
    margin-top: 3px !important;
  color: white !important;
}

.klickTextEins:hover { 
  color: rgba(255, 255, 255, 0.75) !important;
}

.klickTextZwei:hover { 
  color: rgba(255, 255, 255, 0.75) !important;
}



@media (max-width: 748px) {
    
    
    .klickTextEins { 
  color: black !important;
}

.klickTextZwei { 
  color: black !important;
}
    
    
  .btn-group-toggle .btn:not(:disabled):not(.disabled).active,
  .btn-group-toggle .btn:not(:disabled):not(.disabled):active,
  .show > .btn.dropdown-toggle .fa-minus {
    display: inline-block !important;
  }
  .btn-group-toggle .btn:not(:disabled):not(.disabled).active,
  .btn-group-toggle .btn:not(:disabled):not(.disabled):active,
  .show > .btn.dropdown-toggle .fa-plus {
    display: none !important;
  }

  .bg-dark {
    background: transparent !important;
  }

  .fa-plus {
    color: #333 !important;
    position: absolute;
    left: 137%;
    top: 20% !important;
  }

  .fa-minus {
    color: #333 !important;
    position: absolute;
    left: 137%;
    top: 20% !important;
  }

  .navbar-dark .navbar-toggler {
    background: transparent !important;
  }

  span.fas.fa-bars {
    color: black;
  }

  .navbar-dark .navbar-nav .nav-link {
    background: #fff;
    color: #333 !important;
    border-bottom: 1px solid #e5e5e5;
  }

  .dropdown-toggle:focus {
    background-color: #337ab7 !important;
    color: white !important;
    background-image: none !important;
  }

  .btn-secondary {
    background-color: white !important;
    background-image: none !important;
    border: none !important;
    border-bottom: 1px solid #e5e5e5 !important;
  }

  .btn-secondary {
    color: #333 !important;
  }

  .btn-secondary:hover {
    color: #333 !important;
  }

  .btn-group-toggle .btn:not(:disabled):not(.disabled).active,
  .btn-group-toggle .btn:not(:disabled):not(.disabled):active,
  .show > .btn.dropdown-toggle {
    background-color: #337ab7 !important;
    color: white !important;
    background-image: none !important;
  }

  .fa-plus {
    display: inline-block !important;
  }

  #faIDOne {
    margin-left: 80% !important;
  }

  #faIDTwo {
    margin-left: 73% !important;
  }

  #dropOne {
    width: 150px !important;
    margin-left: 20% !important;
  }
  #dropTwo {
    width: 150px !important;
    margin-left: 20% !important;
  }
  
  .fa-plus {
    padding-right: 10%;
    padding-bottom: 10%;
  }
  .fa-minus {
    padding-right: 10%;
    padding-bottom: 10%;
  }
}

/*Eventhandler*/

#eventaussen {
  background: #337ab7  !important;
  margin-bottom:1%;
  
}


.col-sm-8 {
  background: #337ab7  !important;
}

.col-sm-4 {
  background: #337ab7  !important;
}

.col-sm-8 p {
  color: white;
}

.col-sm-4 p {
  color: white;
}

.eventButton {
    margin-left: 0% !important;
    margin-top: 6% !important;
    padding-top: 3% !important;
    padding-bottom: 3% !important;
    padding-left: 25% !important;
    padding-right: 25% !important;
    background: white !important;
    transition: transform 0.5s ease;
    text-transform: uppercase;
    font-family: Roboto, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    margin-bottom: 2% !important;
    text-align: center;
    margin-right: 0%;
    border: none !important;
}



.eventButton:hover {
  transform: scale(1.02);
}

.eventTextObenEins {
  margin-top: 4%;
  font-weight: 600;
}

.eventTextUntenEins {
  margin-top: -7%;
}



