/*!
Theme Name: company-name
Theme URI: https://them.es/starter
Author: Roman Litzler
Author URI: http://webseitenlitzler.de
Description: This is the company theme, this is only to be used by company.
Version: 2.4.4
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: company-name
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}



:root {
  --main-color: #be001c;
	--secondary-color:#181818;
	--hover-color:#8501d5;
	
	--color-1:#25282b;
	--color-2:#363b3f;
	--color-3:#69a8bb;
	--color-4:#e14d42;
  color-scheme: dark;
	scrollbar-color: black #222222;
}

.navbar-brand-1{
	
	background:white;
	width:200px;
	height:100px;
	position:absolute;
	top:-21px;
	rotate: 45deg;
	left: calc(50% - 219.2px);
	
}

.page-id-45112 #main .container, .page-id-45110 #main .container, .page-id-45159 #main .container{
	
	padding:200px 0px;
	
}

#footer .menu-item a[aria-current=page]{
	
	color:white!important;
	text-decoration:underline;
	
}

.page-id-45110  .page-header{
	
	min-height:calc(100vh - 100px);
	
}





.call-me{
	
	display:flex;
	justify-content:center;
	margin:0 auto;
	margin-top:50px;
	color:white;
	border-bottom:2px solid white;
	width:50%;
	
	padding-bottom:20px;
	
}

.call-me a{

	color:white;  font-size:22px;
	transition:0.2s all;
	
}

.call-me i{
	 
	color:var(--main-color);
	background:white;
	padding:10px;
	font-size:22px;
	
}

.call-me a:hover{

	text-decoration:none;
	scale:1.1;
	
}

.infobox-leistung{
	
	padding:20px;
	border:10px solid white;
	width:100%;
	background:white;
	box-shadow:0px 0px 10px 10px rgba(0,0,0,0.05);

}

.infobox-leistung h3{
	
	font-weight:600;
	text-transform:uppercase;
	
}

.infobox-leistung h4{
	
	font-weight:600;
	font-size:20px;
	
}


.infobox-leistung p{
	
	font-size:16px;
	
}

.infobox-leistung>ul{
	
	list-style-type:none;
	padding-left:25px;
	
}

.infobox-leistung>ul>li{
	
	margin-bottom:15px;
	
}

.infobox-leistung>ul>li>ul{
	
	list-style-type: square;
	
}

.infobox-leistung>ul>li>ul>li::marker{

	color:var(--main-color);
	
}

:root {
  --arrow-bg: var(--color-2);
  --arrow-icon: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg);
  --option-bg: white;
  --select-bg: var(--color-2);
}


.editable .edit-content:focus-visible{
	
	outline:none;
	
}

.back-to-top{
	
	display:none!important;
	
}

#main{
	
	overflow:hidden;
	
}

/* 

Was here

*/
  

/* 

Was here More

*/

#header{
	
	background:white;
	  transition: background-color 0.3s ease, box-shadow 0.3s ease;
	box-shadow:0px 0px 30px 20px rgba(0,0,0,0.05);

	
}

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link{
	
	display:flex;
	align-items:center;
	
}

.responsive-menu-pro-button{
	
min-width:0px;

	
}

.centered-fonts h2{
	
	color:white!important;
	
}

#header a{
	
	
	
}

#home-second h2{
	
	color:var(--secondary-color)!important;
	
}

::selection {
    background: var(--main-color);
    color: white;
}

*{ 
	
	font-family: 'Maven Pro', sans-serif;
	
}

/* Design-Generator - Ende*/

/* Design-Generator - Ende*/

.back-to-top {
 background:var(--main-color);
	color:white;
	font-size:20px;
 position: fixed;
 bottom:20px;
 right:20px;
width:50px;
	height:50px;
 z-index: 100;
	display:flex;
	justify-content:center;
	align-items:center;
	box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
	border:1px solid white;
}

.back-to-top:hover {
 background:var(--hover-color);

}

.back-to-top:hover{
	
	color:white;
	text-decoration:none;	
	
}

h1{
	
	font-weight:600;
	font-size:60px;
	
}



#menu-header-menu a::after{
	
	content:"";
	display:block;
	height:2px;
	background:var(--main-color);
	width:0px;
	transition:0.2s all;
	margin-top:3px;
	
}

#menu-header-menu a:hover::after{
	
	
	width:100%;
	
}


#menu-header-menu li:first-child a{
	
	padding-left:0px;
	margin-left:0px;
	
	
}

header{
	
	z-index:1000;
}

#header .container{
	
	justify-content:space-between;
	position:relative;
	
}



#home-first img{
	
	position:absolute;
	top:0px;
	left:0px;
	object-fit:cover;
	height:calc(100vh);
	width:100%;
	filter: brightness(40%);
}


button{
	
	
	  background:var(--main-color);
	border:2px solid var(--main-color);
    padding:0px;
    font-size: 14px;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
		border:none;
	min-width:150px;
	
}

button a{
	
	padding: 5px 20px;
	display:block;
	
}

button:hover{
	
	background:var(--hover-color);
	
} 


#main{
	
	margin-top:0px;
	
}

#home-first{
	
	
	text-align:center;
	height:calc(100vh);
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	overflow:hidden;
	
	
}

#home-first .container{
	
	color:white;
	z-index:3;
	
}


#home-first .container h1{
	
color: #FFFFFF;
	font-size:50px;

	
}

.color-bulb{
	
	
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	height:100vh;
	width:100vw;
	background:linear-gradient(0deg, rgba(109,179,242,0.7) 0%, rgba(109,179,242,0.7) 40%, rgba(0,0,0,1) 100%), url('wp-content/themes/company/assets/img/pexels-ovan-62689.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	z-index:2;
	
}

@media screen and (max-width:1120px){
	
	.color-bulb{
	
	
}
	
}

#footer{
	
	background-color:var(--secondary-color)!important;
	padding:10px 0px;
	text-transform:uppercase;
	font-size:12px;
	
}

#menu-footer-menu{
	
	margin-bottom:0px;
	padding-left:0px;
	
}

#footer a{
	
	color:white;
	font-weight:600;
	
}

footer .container{
	
	display:flex;
	justify-content:center;
	
}

footer ul{
	
	display:flex;
	list-style-type:none;
	
}

footer .navbar-brand{
	
	display:none;
	
}

footer ul a{
	
	display:block;
	padding:0px 20px;
	
}

.navbar-box{


width:50%;
	position:relative;
	
}


#header{
	

	
}

#header a{
	
color:#111111;
	font-family: 'Maven Pro', sans-serif;
	text-transform:uppercase;
	font-weight:600;
	
}

*{
	
 
	
}

#header .kontakt-button a{
	
	background:var(--main-color);
	border:2px solid var(--main-color);
	padding:10px 40px;
	font-size:16px;
	font-family: 'Maven Pro', sans-serif;
	font-weight:600;
	text-transform:uppercase;
	color:white;
	min-width:120px;
	display:block;
	text-align:center;
	text-decoration:none;
	transition:0.2s all;
}

#header .kontakt-button a:hover{
	
	background:none;
	color:var(--main-color);
	border:2px solid var(--main-color);
}

.navbar-box ul{
	
	width:100%;
	display:flex;
	justify-content:flex-start; 
	
}

#home-first .container{
	
	display:flex;
	justify-content:center;
	
}

#home-first .container .content{
	
	max-width:860px;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	text-shadow: 0px 0px 10px black;
	
}

#home-first .container .content p{
	
	font-size:22px;
	
	
}

#home-first .container .content a{
	
	text-decoration:none;
	color:white;
	
}

#home-first .container button{
	
	background: var(--main-color);;
  border: 2px solid var(--main-color);
	font-size:16px;
	padding: 10px 40px;
	text-transform:uppercase;
	font-weight:600;
	color:white;
	opacity:1;
	transition:0.2s all;
	margin-top:20px;
}

#home-first .container button:hover{
	
	background: transparent;
  border: 2px solid white;
	
}

.selector{
	
	display:flex;
	gap:20px;
	justify-content:center;
	width:100%;
	
}

.selector .selectable{
	
	display:flex;
	justify-content:center;
	width:100%;
	background:white;
	color:var(--main-color);
	border:2px solid transparent;
	padding:10px 40px;
	text-align:center;
	align-items:center;
	font-size:16px;
	cursor:pointer;
	    font-weight: 600;
    text-transform: uppercase;
	transition:0.2s all;
	box-shadow:0px 0px 10px 10px rgba(0,0,0,0.05);
	
}

.selector .selectable .hidden-content{
	
display:none;
	
}

.selector .active{
	
	background:transparent;
	color:white;
	border:2px solid white;
	
	
}


.selector .selectable:hover{

	background:transparent;
	color:white;
	border:2px solid white;

	
}

.navbar-box ul li a{
	
	display:block;
	padding:20px 0px;
	margin:0px 10px;
	font-size:16px!important;

}

.navbar-box ul li a:hover{


}


header{
	
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:100; 

	
}


#home-second{
	
	position:relative;
	padding:150px 0px 150px 0px;
	
}

.grid-order-box{
	
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	gap:10px;
	margin-bottom:40px;
	margin-top:40px;
	
	
}

.single-grid-order-box{
	
	min-height:70px;
	background:var(--main-color);
	color:white;
	text-align:center;
	display:flex;
align-items:center;
	justify-content:center;
	padding:10px 10px;
	font-weight:600;
	box-shadow:0px 0px 10px 10px rgba(0,0,0,0.04);
	
}

#home-third{
	
padding:150px 0px;
	
}

.text-content{
	
	text-align:center;
	font-size:18px;   
	margin-top:50px;  
	
}



#home-third h2{
	
	color: var(--secondary-color)!important;
	
}

.centered-fonts{
	
	text-align:center;
	
}

.centered-fonts p{
	
	font-family: 'Maven Pro', sans-serif;
    font-weight: 800;
    color:var(--main-color);
    text-transform: uppercase;
    margin-bottom: 0px;
	
}

.centered-fonts h2{
	
	font-weight: 600;
  font-size: 35px;
  font-family: 'Maven Pro', sans-serif;
	
}

.doppelfeld br{
	
	display:none;
	
}



.doppelfeld p{
	
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-column-gap:40px;
	grid-row-gap:25px;
	margin-top:25px;
	margin-bottom:25px; 
	
}

.doppelfeld input, .doppelfeld select{
	
	width:100%;
	background-color: white;
	border:2px white;
	padding:16px;
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.05);
	color:black;
	
}

label{
	
	margin-bottom:0px;
	
}

.doppelfeld select{
	
	color:black;
	
}

.einzelfeld label, .einzelfeld textarea{
	
	width:100%;
	border:none; 
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.05);
	
}

.einzelfeld textarea{
	
	background-color: white;
	height:200px;
	padding:8px 8px;
	border:2px white;
	color:black;

	
}

.submitfeld{
	
	margin-top:25px;
	display:flex;
	justify-content:flex-end;
	
}

.submitfeld input{
	
	    background:var(--main-color);
    padding: 10px 40px;
    font-size: 16px;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    border: none;
		min-width:120px;
	    background: white;
    color: var(--main-color)!important;
    border: 2px solid white;
	transition:0.2s all;
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.05);
	
	
}

.submitfeld input:hover{
	
	background:transparent;
	color:white!important;
	
}

.wpcf7-spinner{
	
	display:none!important;
	
}

#home-fourth{
	
padding:150px 0px;
	background:var(--main-color);
	position:relative; 
	
	
}

#home-fourth .centered-fonts p{
	
	color:var(--secondary-color);
	
}


#home-fifth{
	
padding:150px 0px;
	position:relative;
	background:var(--main-color);

	
}


#home-fifth .centered-fonts p{
	
color:var(--secondary-color);

	
}

#home-fifth h2, #home-fifth .centered-fonts p{
	

	
}

.arbeiten-grid{
	

  margin-top: 50px;
  margin-bottom: 25px;
	
}


.arbeiten-selector{
	
	display:flex;
	justify-content:space-between;
	margin-top:70px;
	margin-bottom:30px;
	gap:10px;
	
}


@media screen and (max-width:991px){
	
	
.page-id-45112 .page-header, .page-id-45110  .page-header{
	
	min-height:calc(100vh - 100px);
	
}
	
	#responsive-menu-pro-container #responsive-menu-pro-title{
		
		padding-bottom: 0px!important;
    padding-top: 9px!important;
		
	}
	
	#responsive-menu-pro-header #responsive-menu-pro-header-bar-logo img{
		
		width:65px;
		translate: -5px -5px;
		
		
	}
	
	#responsive-menu-pro-header{
		
		box-shadow:0px 0px 30px 20px rgba(0,0,0,0.1)
		
	}
	
	#responsive-menu-pro-container li.responsive-menu-pro-item{
	
		border-bottom:2px solid white;
		
	}
	
	#home-first .container h1{
		
		font-size:32px;
		
	}
	
	#home-first .container button{
		
		padding:10px 20px;
		
	}
	
	.grid-order-box{
		
		grid-template-columns:1fr
		
	}
	
	.selector{
		
		flex-direction:column;
		
	}
	
	.selector .selectable br{
		
		display:none;
		
	}
	
	.arbeiten-selector{
		
		margin-bottom:10px!important;
		
	}
	
	.call-me{
		
		width:100%;
		
	}
	
	.infobox-leistung h3{
		
		font-size:22px;
		
	}
	
	#home-first{
		
	margin-top:0px;
		height:100vh;
		
	}
	
	
	.arbeiten-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 50px;
    margin-bottom: 25px;
}
	
	h1{
		
		font-size:35px;
		
	}
	
	#home-first .container .content p{
		
		font-size:18px;
		
	}
	
	
	.page-id-45112 #main .container, .page-id-45110 #main .container, .page-id-45159 #main .container{
	
	padding:50px 0;
	
}
	
}

@media screen and (max-width:768px){
	
	.doppelfeld p{
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
	}
	
	.submitfeld input{
		
	display:block;
		width:100%;
		
	}
	
	
		.arbeiten-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 50px;
    margin-bottom: 25px;
}
	
	.arbeiten-selector{
		
	flex-wrap:wrap;	
		margin-top:30px;
		
	}
	

	
}