@charset "UTF-8";
/* CSS Document */
.schriften
{
	font-family: 'Open Sans';
	
}



body
{
    background:#FFFFFF!important;
}


.menulinie
{
	width:100%;
	height:1px;
	background:#FFFFFF;
	display:block;
	float:left;
	margin-bottom: 8px;
	margin-top: 8px;

}

.mobilmenufenster
{
    width:100%;
	height:100%;
	display:block;
	position:fixed;
	visibility:hidden;
    background:#000000;

}

.mobilmenu
{
    padding-left:25px;
    padding-right:25px;
	font-weight:300;
	font-size:30px;
	height:100%;
	padding-top:60px;
	width:100%;
    display:block;
}

#nav-icon1
{
	float:right;
	margin-top:24px;
	margin-right:30px;
}

.container-override
{
	padding-left:40px;
	padding-right:40px;
	max-width: 1300px;
}



.mobilnavitext
{
	float:none;
	font-weight:400;
	font-size:48px;
	text-align:center;
	position: relative;
	text-decoration: none;
	letter-spacing: 1px;
}

.mobilmenuzeilen a:hover
{
	text-decoration: none;
	font-weight:400;
    
}

.mobilmenuzeilen
{
text-align:center;
	display:block;

}

.header-menu
{
	top:0px;
	position:fixed;
	height:80px;
	display:block;
	width:100%;
	z-index:10000;

}

.header-menu-abstand
{
	min-width:1px;
	height:40px;
	display:block;
}

.header-schwarz
{
    background:#000000;
    width:100%;
    display:block;
    height:80px;
}

.linieoben
{
	position:fixed;
	top:88px;
	display:block;
	width:100%;
	height:2px;
	
}

.menu-nav
{
	
	top:36px;
	display:block;
	position:absolute;
	right:45px;
}



.nav-link {
  padding: 0px 0px 0px 30px;
}



.background-blau
{
	width:100%;
	height:100%;
	min-height:10px;
	display:block;
	padding-bottom:30px;
}



.logooben
{
	width:120px;
    height:120px;
    display:block;
	position:absolute;
	top:20px;
    left:40px;
    z-index:100000;
    border: 1px solid #FFFFFF;
}

.logoobenimg
{
	width:100%;
	height:auto;
}

.logoobentext
{
    font-size:16px;
    font-weight:600;
    color:#FEFEFE;
    left:190px;
    top:38px;
    text-transform: uppercase;
    position:absolute;
}

.headerimg
{
    width:100%;
    height:auto;
}

.cookiebalken
{
	width:100%;
	min-height:50px;
	position:fixed;
	margin-bottom:0px;
	bottom:0px;
	display:block;
	z-index:5000;
}

.cookiebalkeninner
{
	max-width:1148px;
	min-height:50px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	display:block;
}

.cookiebalkentextfeld
{
	max-width:1148px;
	height:auto;
	
	font-weight: 300;
	font-size:15px;
	color: #F6F6F6;
	text-align:center;
	line-height:1.4;
	padding:15px 15px;
}

.cookiebalkentextfeld a
{
	
	font-weight: 500;
	font-size:15px;
	color: #F6F6F6;
}


.cookiebutton
{
    padding: 10px 30px;
    border: 1px solid rgba(0 , 36 , 68, 1);
    background: rgba(0 , 36 , 68, 1);
    color: #FEFEFE;
    display:block;    
    font-size: 18px;
    border-radius: 50px; 
    border-color:#ffffff;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    width:300px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.cookiebutton:hover
{
    background: rgba(215, 19, 23, 1);
    border-color: rgba(0 , 36 , 68, 1);
    color: #FEFEFE;
}

.footertext
{
	
	font-weight:300;
	font-size:14px;
	text-align:center;
}

.footerbalken
{
	
	padding:20px 20px;
	display:block;
}

.footertext a:hover
{
	text-decoration:none;
}

.kontaktieren
{
    display:block;
    padding-top:60px;
    padding-bottom:30px;
}

.kontaktierenbutton
{
    display:block;
    padding-top:0px;
    padding-bottom:30px;
}

.icon-leistung
{
      color: rgba(0 , 36 , 68, 1);
      font-size: 48px;
	  padding-top:15px;
      width: 101px!important;
      height: 101px!important;
      line-height: 70px;
      background: transparent;
      border-radius: 50%;
	  border: rgba(0 , 36 , 68, 1) 1px solid;
	  float:none;
	  display:block;
	  text-align:center;
	  margin-left:auto;
	  margin-right:auto;
	  margin-top:30px;
	  margin-bottom:15px;
	

	 
}





.text_box_info
{
    width:100%;
    height:auto;
    padding:0px 30px 30px 30px;
}

.background-formular
{
    background-color:#D4D4D4;
}
.form-feld-fehler
{
	background-color:rgba(215, 19, 23, 0.1)!important;
}

.Formular_Style
{
    margin-top:10px;
}

.Formular_Style .form-feld
{
    margin-bottom: 20px;
}

.form-feld-farbe
{
    background-color:#FFFFFF;
}


.Formular_Style .form-feld2 input
{
    width: 80%;
    height: 50px;
    padding: 5px 18px;
    font-size: 14px;
    border: 2px solid rgba(0 , 0 , 0, 0.2);
	background-color:transparent;
}


.Formular_Style .form-feld input
{
    width: 100%;
    height: 50px;
    padding: 5px 18px;
    font-size: 14px;
    border: 2px solid rgba(0 , 0 , 0, 0.2);
	background-color:transparent;
}

.Formular_Style .form-check
{
	font-size: 15px;
	color:rgba(0 , 0 , 0, 1);
	margin-left:0px;
	padding-left:0px;
}

.Formular_Style .text-formular
{
	padding-top:13px;
}

.Formular_Style .text-formular2zeilig
{
	padding-top:2px;
}



.Formular_Style .form-feld textarea
{
    width: 100%;
    padding: 10px 18px;
    font-size: 14px;
    border: 2px solid rgba(0 , 0 , 0, 0.2);
}


.Formular_Style .form-feld input:focus, .Formular_Style .form-feld textarea:focus
{
    border-color: rgba(0 , 0 ,0, 0.4);
    outline: none;
}

.Formular_Style .form-button
{
    margin-top:30px;
    text-align: center;
}

.Formular_Style .form-button button
{
    padding: 10px 30px;
    border: 1px solid transparent;
    background: #B01918;
    color: #FEFEFE;
    display:block;    
    font-size: 18px;
    border-radius: 30px; 

    text-align:center;
    margin-left:auto;
    margin-right:auto;
    width:280px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.Formular_Style .form-button button:hover
{
    background:#8F8F8F;
    border-color:#000000;
    color: #FEFEFE;
}

.Formular_Style .form-buttonws button
{
    padding: 10px 30px;
    border: 1px solid transparent;
    background: #B01918;
    color: #FEFEFE;
    border-color:#FFFFFF;
    display:block;    
    font-size: 18px;
    border-radius: 30px; 

    text-align:center;
    margin-left:auto;
    margin-right:auto;
    width:280px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.Formular_Style .form-buttonws button:hover
{
    background:#FFFFFF;
    border-color:#FFFFFF;
    color: #B01918;
}

.Formular_Style .selectprodukt {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border-radius: 0;
 background: url("../images/navigation/formpfeil.svg") no-repeat right transparent;
 background-size: 40px 46px;
 background-position-x: 100%;
 border: 2px solid rgba(0 , 0 , 0, 0.2);
 outline: 0 none;
 display:block;
} 

.Formular_Style .selectprodukt_1
{
	color:#000000;
	
	font-weight: 300;
	border-radius:0px;
	box-shadow: none;
	width: 100%;
    height: 50px;
    padding: 5px 18px!important;
    font-size: 14px;
    border: 2px solid rgba(0 , 0 , 0, 0.2);
	background-color:transparent;
	
	
}

.Formular_Style .formauswahltext
{

	
	font-weight: 300;
	font-size: 15px;
	color:rgba(0 , 0 , 0, 1);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0 , 0 , 0, 0.5);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0 , 0 , 0, 0.5);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(0 , 0 , 0, 0.5);
}




.feldfehler
{
	background-color:rgba(176, 25, 24, 0.25);
}

.kontakt-item 
{
      margin-bottom: 30px;
      margin-left:auto;
      margin-right:auto;
      width:210px;    
    
}
.kontakt-item .icon
{
    font-size: 30px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: -4px;
    color: #B01918;
}

.kontakt-item .icon1 i
{
   margin-top: 0px;
}

.kontakt-item .icon1 i:hover
{
    color: rgba(0 , 0 , 0, 1);
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

.kontakt-item .icon2 i
{
   
}

.kontakt-item .icon2 i:hover
{
    color: rgba(0 , 0 , 0, 1);
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

.kontakt-item .icon:after 
{
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 1px;
    height: 41px;
    background-color: #B01918;
}

.kontakt-item div
{
    display: inline-block;
    text-align: left;
    padding-left: 3px;
}
.kontakt-item h6
{
    font-weight: 700;
    margin-bottom: 5px;
}

.kontakt-item-text
{
    font-size:10px;
}


.impressum-textbox
{
    font-size:14px;
    background:#D4D4D4;
}

.impressum-textbox h1, .impressum-textbox h3
{
    font-weight:400;
    background:#D4D4D4;
}

.headerhintergrund
{
    font-weight:400;
    background:#D4D4D4;
    display:block;

}

.portalstarthintergrund
{
    font-weight:400;
    background-color:#B01918;
    display:block;

}

.brands-rechteck
{
    width:100%;
    height:150px;

    background-color:#FFFFFF;
    border:#000000 1px solid;
    display:flex;
    align-items: center;
    justify-content: center;
    
}

.brands-logo-img
{
    width:210px;
    height:auto;
}

.headerbild-full
{
	width:100%;
	height:auto;
}

.headerbilderrahmen
{
    width:100%;
    max-height:680px;
    overflow:hidden;
}

.headerbild-full-img
{
	width:100%;
	height:auto;
}


.portal-headerbalken
{
	height:40px!important;
	width:100%!important;
	
	top:80px;
	display:block;
	position:fixed;
	background:rgba(184, 185, 184, 1);

	
}

.portal-header-text
{
	color:rgba(0 , 0, 0, 1);
	font-size:15px;
	text-align:right;
	padding-top:9px;
	right:65px;
	position:absolute;
}
.portal-pfeil-unten
{
	font-size:24px;
	position:absolute;
	right:40px;
	padding-top:4px;
}

.portal-menu-fenster
{
	width:170px;
	height:400px;
	background:#FFFFFF;
	position:fixed;
	right:0px;
	border:2px solid rgba(0 , 0 , 0, 0.3);
	top:118px;
	display:none;
	z-index:12001;
}

.portal-menu-fenster-text
{
	color:rgba(0 , 0 , 0, 1);
	font-size:15px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	display:block;
    
}


.fragefensteraussen
{
    width:100%;
    height:100%;
    top:0px;
    position:fixed;
    z-index:99988;
    display:none;
    background-color:rgba(0 , 0 , 0, 0.8);
}


.fragefenster
{
    margin-top:250px;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
    width:500px;
    height:200px;
    display:block;
    background:#ffffff;
    border:solid 1px rgba(0 , 0 , 0, 1);
    font-color:rgba(0 , 0 , 0, 1);
    z-index:99999;
}

.fragefensterrechts
{
    float:right;
}

#fragefensterinhalt
{
    font-weight:bolder;
}

.storeicon
{
    width:100%;
    max-width:260px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}


.storeiconimg
{
    width:100%;
    height:auto;
}

.circle
{
    margin-top:-5px;
    padding-top:0px;
    margin-right:8px;
    width:7px;
    height:7px;
}

.TopFeaturesEinleitung
{
    font-size:17px;
    font-weight:400;
    color:#000000;
}


.TopFeaturesHead
{
    font-size:17px;
    font-weight:600;
    color:#B01918;    
}

.TopFeatures
{
    font-size:14px;
    font-weight:400;
    color:#000000;    
}

.handy-container
{
    width:440px;
    height:auto;
    position:relative;
    margin-left:auto;
    margin-right:auto;
}

.handy
{
    width:360px;
    margin-left:auto;
    margin-right:auto;
    
}
.handyimg
{
    width:360px;
    height:auto;
    
}

.pfeillinks, .pfeilrechts
{
    position:absolute;
    top:280px;
    display:block;
}

.pfeillinks
{
     float:left;
     left:10px;
}

.pfeilrechts
{
    float:right;
    right:10px;
    text-align:right;;
}

.pfeil
{
    width:19px;
    height:36px;
    display:block;
}


.handyinhalt
{
    width:319px;
    height:566px; 
    position:absolute;
    top:48px;
    left:57px;
    overflow:hidden;
}
.handyinhaltimg
{
    width:319px;
    height:566px;
    left:0px;
    top:0px;
    position:absolute;
}

.textcontainer
{
    padding-left:11px;
    padding-right:11px;
}

















