/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Gelasio|Heebo:400,700&display=swap');
@import url("fontello/css/fontello.css");
@import url("../libs/semantic-ui/transition.min.css");
@import url("../libs/semantic-ui/accordion.min.css");

html
{
	-webkit-text-size-adjust: 100%; 
}
html, body
{
    margin:0;
	padding: 0;
	font-family: Heebo;
    font-size: 20px;
    font-weight:  400;
	line-height: 1.5; 
}

@media all and (max-width: 768px)
{
	html, body
	{
		font-size: 18px;
	}
}



h1, h2, h3, .font-oswald
{
    font-family: Heebo;
	font-weight: 700;
}

h1,
.text-largest
{
    font-size: 4rem;
    line-height: 1;
}

h2
{
    font-size: 3rem;
    line-height: 1.3;
	text-shadow:rgba(0,0,0,0.3) 1px 1px;
}



@media all and (max-width: 1024px)
{
	h1,
	.text-largest
	{
		font-size: 3rem;
		line-height: 1;
		
	}
	
	h2
	{
		font-size: 2rem;
	}
	
	
	
}



@media all and (min-width: 640px) and (max-width: 768px)
{
	h1,
	.text-largest
	{
		font-size: 2.5rem;
		line-height: 1;
		
	}
	
	h2
	{
		font-size: 2rem;
	}
	
}

@media all and (min-width: 400px) and (max-width: 640px)
{
	h1,
	.text-largest
	{
		font-size: 1.6rem;
		line-height: 1;
	}
	
	h2
	{
		font-size:1.4rem;
	}
	
	
}

@media all and (max-width: 400px)
{
	h1,
	.text-largest
	{
		font-size: 1.5rem;
		line-height: 1;
		hyphens: auto;
		
	}
	
	h2
	{
		font-size:1.3rem;
		hyphens: auto;
	}
	
}


@media all and (max-width: 320px)
{
	h1,
	.text-largest
	{
		font-size: 1.2rem;
		line-height: 1;
		hyphens: auto;
		
	}
	
	h2
	{
		font-size:1.2rem;
		hyphens: auto;
	}
	
	
}



h1 span
{
    display:inline-block;
    padding:20px;
    line-height: 1;
   
    white-space: nowrap;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media all and (max-width: 768px)
{
	h1 span
	{

		padding:10px;
		text-shadow:rgba(0,0,0,0.2) 1px 1px;

	}
}

.bg-green
{
     background-color: rgba(50,98,102,0.95);
}

.bg-blue
{
     background-color: rgba(38,60,81,0.95);
}


.text-white
{
        color:#fff;
}

.break
{
    text-align: center;
    font-family: Heebo;
    font-size: 2rem;
}




.wrapper
{
    max-width:950px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    
}

@media all and (min-width: 1024px)
{
	.wrapper.col-2
{
    display: flex;
    align-items: center;
}

.wrapper.col-2.reverse
{
    flex-direction:row-reverse;
}
	
		.wrapper.col-2
{
    max-width:70%;
}
	
}



section.fullheight
{
    height: 100vh;
    
    display: flex;
    align-items: center;
    
    position: relative;
}

section.fullheight:before
{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    
    background-image: url("../images/modern-car-ignition-keys-PFEE5S2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    
    z-index:-1;
    
}

section:not(.banner)
{
    padding-top:120px;
    padding-bottom: 120px;
}

section.banner2
{
	padding-top:0;
	padding-bottom: 0;
	position: relative;
}
.overlay
{
	position:absolute;
	width:100%;
	left:0;
	bottom:60px;
	color:#fff;
	text-shadow: #000 1px 1px;
	text-align: center;
}

.overlay a
{
	color:inherit;
}


section.fullheight
{
    padding-top:0;
    padding-bottom: 0;
}

.banner
{
    padding-top:90px;
    padding-bottom: 90px;
    
    background-image: url("../images/young-woman-driving-car-PPNLZKQ.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: fixed;
}

.bg-colored
{
    background-color: #263c51;
    
}

.banner h2
{
    margin-bottom: 0;
}

.banner p
{
    margin-top: 10px;    
}

.img1
{
    width:300px;
    display: block;
    transform: translate(10%,-20%);
}


    .txt1 {
	width: 54%;
	flex: 0 0 auto;
	margin-left: 20px;
}

.img2 ,
.fullwidth
{
	width:100%;
	display:block;
}

#faq
{
	background-color: #d6dfe0;
	background-image: linear-gradient(to top, #d6dfe0 0%, #f1f6f6 100%);
}

footer
{
	background-color:#253944;
	color:#fff;
	font-size: 93%;
}

footer a
{
	color:inherit;
}

footer p:first-child
{
	margin:0;
	padding-top:40px;
	padding-bottom: 20px;
}

footer p:last-child
{
	margin:0;
	padding-bottom:40px;
}

h2.notopmargin
{
	margin-top:0;
}

.btn
{
	border:2px solid #263c51;
	text-decoration:none;
	line-height: 40px;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Heebo;
	color:#263c51;

}

.btn:hover
{
	background-color:#263c51;
	color:#fff;
}

.ui.accordion .title:not(.ui) {
	padding: .5em 0;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.is-ios .fullheight:before
{
	background-attachment: scroll;
	
}

.erfahrensiemehr:before
{
	content:"Erfahren Sie mehr zu unserer Vorgehensweise";
}




@media all and (max-width: 1204px)
{
	
	
	
}


@media all and (max-width: 768px)
{
	
	section.fullheight
	{
		height:100%;
		margin-bottom: 20px;
	}
	
	section.fullheight h1
	{
		margin:0;
	}
	
	section:not(.banner) {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.banner
	{
		padding-left:20px;
		padding-right: 20px;
		
	}
	
	.banner .break h2
	{
		font-size:1.4rem;
		padding-bottom: 20px;
		line-height: 1.2;
	}
	
	.banner .break
	{
		font-size:1.3rem;
		line-height: 1.3;
	}
	
	.imgblock img
	{
		max-width:60%;
	}
	
	.txt1
	{
		width:100%;
		margin: 0;
	}
	
	.erfahrensiemehr
	{
		margin-top:20px;
	}
	
}

@media all and (max-width: 640px)
{
	
	
	.erfahrensiemehr:before
	{
		content:"Erfahren Sie mehr";
	}
	
	.overlay {
		position: static;
		width: auto;
		left: auto;
		bottom: auto;
		color: #fff;
		text-shadow: none;
		text-align: center;
		background-color: #34432b;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	section.banner2
	{
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media all and (max-width: 320px)
{
	.img1
	{
		width:80%;
		display: block;
	}
	
	.banner .break
	{
		font-size:1.5rem;
		line-height: 1.2;
	}
	.erfahrensiemehr:before
	{
		content:"Erfahren Sie mehr";
	}
	
}

.accordion .title
{
	display:flex;
	flex-direction: row-reverse;
	align-items: center;
	font-weight:600;
	
}

.accordion .title > div
{
	flex:1 1 auto;
	padding-right: 20px;
}


.ui.accordion .title.active:not(.ui) {

   
    border-bottom-color:transparent;



}

.ui.accordion .content.active {

   
    border-bottom:1px solid rgba(0,0,0,0.2);



}