/*GLOBAL*/

html{
  cursor: crosshair;
}
#html{
  overflow-x: hidden;
}
#body{
  overflow-x: hidden;
}
*{
    z-index: 3;
    font-family: sans-serif;
}
body {
  position: relative
}
/*Farben:*/
/*Genutzt von Nav*/
.color_2{
  background-color:#121418;    /*dunkelgrau Nav Right*/
}

.color_5{
  background-color:#e6e6e6;    /*hellgrau Nav Hintergrund*/
}

/*Class for Elementor*/
.color_5_2 p{
  color:#F7F7F7;
}

body {
 min-height: 100vh;
 margin: 0;
 width: 100vw;
 background: #f7f7f7;
}
.img{
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.wp-post-image{
  width: 100%;
  height: auto;
}

.is-style-default{
  width: 300px;
}

button{
  padding: 5px 30px;
  font-size: 1.2em;
  border: none;
  transition: 0.2s;
  -webkit-box-shadow: 0px 2px 15px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 15px -4px rgba(0,0,0,0.75);
box-shadow: 0px 2px 15px -4px rgba(0,0,0,0.75);
}

button:hover{
  background-color:#333645;    /*grau*/
}

/*Schrift*/
div, a,ul, li{
  color: white;
  list-style: none;
  text-decoration: none;
}

h1, h2, h3, h4 ,h5 ,h6, p, a{
  color: 	#121418;
  margin: 0;
  padding: 0;
  transition: 0.2s;
}
h1{
  font-size: 4em;
  color: #245cb5;
}
h2{
  font-size: 2.5em;
    color: #245cb5;
    position: relative;
}
h3{
  font-size: 2em;
    color: #245cb5;
}
p{
  font-size: 1.3em;
	color: #292929;
}
article p{
  font-size: 1.5em;
}

a{
  cursor: pointer;
}
a:hover{
  color: white;
}

/*CSS Animationen*/
@keyframes bluline {
  0%   {left:0%;}
  50% {left:92%;}
  100%   {left:0%;}
}


/*Viewport Klassen*/

.transparant_VP{
 opacity: 0.3;

}
.veiwport{
  transition: 0.5s;
}



/*Navigation*/
nav{
  width: 300px;
  position: fixed;
  top: 0;
  display: flex;
  z-index: 1000;
  transition: 0.4s;
}

#nav{
  left: -240px;
  height: 100vh;
}
.nav_left{
  height: 100%;
  width: 240px;
  text-align: center;
  padding: 100px 10px;
}

/*nav_left*/
.nav_left *{
  margin: 0;
  padding: 0;
}

.nav_left p{
  font-size: 2.3em;
  margin-bottom: 20px;
}
.nav_left a{
  font-size: 1.3em;
  text-decoration: none;
}

.menu-top-menu-container ul li{
  padding: 10px 0;
  background-color: #cccccc;
  margin: 2px;
  z-index: 4;
}

.menu-top-menu-container ul li ul li{
  display: none;
}
.navigation .menu-item-has-children .sub-menu{
  opacity: 0;
  transition: 0.2s;
  height: 0px;
  padding: 0;
  margin: 0;
  z-index: 3;
}

.navigation .menu-item-has-children:hover .sub-menu {
  top: 100%;
  opacity: 1;
  height: 55px;
}
.navigation .menu-item-has-children:hover ul li{
  display: block;
  margin: 0;
}

.current-menu-item{
  z-index: 3;
}
.nav_right{
  width: 65px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
}
/*Nav Right*/
.nav_right a {
  color: white;
}
.nav_logo{
  width: 50px;
  height: 50px;
  margin-top: 20px;
}

.custom-logo{
  width: 100%;
  height: 100%;
}

.navContainer{
  position: absolute;
  width: auto;
  top: 15vh;
  height: 70%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}
.navContainer a{
  font-size: 1.9em;
  text-align: center;
  background-color: #121418;
  display: block;
  z-index: 100;
  position: relative;
}
.navLink{
  transform: rotate(90deg);
  padding: 5px;
  overflow: hidden;
  text-align: center;
  display: block;
}
.blueLine{
  width: 10%;
  background-color: #245cb5;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 90;
  animation: bluline 4s linear infinite;*/
}
#menuText{
  text-decoration: underline;
}

/*Header*/
header{
  position: relative;
  width: 100vw;
  height: 100vh;
  margin-bottom: 30em;
}
header h1{
  text-align: right;
  right: 61vw;
  top: 10vh;
  font-size: 10em;
  z-index: 15;
  position: absolute;
  font-family: 'Arial Narrow', sans-serif;
}
.headerimage{
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
  height: 110vh;
  z-index: 10;

}

.preview{
  position: absolute;
  height: 37vh;
  width: 50%;
  z-index: 13;
  top: 100%;
  right: 50vw;
}

.preview:hover .blackwhite{
  filter: none;
}

.header_preview{
  float: right;
  width: 300px;
  height: 100%;
  margin: 0 20px;
  transition: 0.4s;
}

.header_description{
  position: absolute;
  width: 20%;
  left: 6%;
  bottom: 20%;
}
.header_description h2{
	text-align: left;
}

.preview_box{
  height: 26vh;
  width: 200%;
  margin-left: -100%;
  overflow: hidden;
}

.preview_control{
  height: 5vh;
  width: 40vw;
  margin-top: 2vh;
  display: flex;
  justify-content: center;
}

.preview_margin{
  margin-right: -340px;
}


.header_control_button{
    margin: 0 20px;
    cursor: pointer;
}


/*Articel*/

article{
  width: calc(100% - 60px);
  position: relative;
  margin-left: 60px;
}

.content{
  width: 1900px;
  max-width: 90%;
  margin: 0 auto;
}

.anstrich-span{
  width: calc(50% - 970px);
  height: 7px;
  display: block;
  margin-bottom: -30px;
  margin-left: 30px;
  background: linear-gradient(90deg, #121418 0%, #014990 99.99%, rgba(255, 255, 255, 0) 100%), #014990;
}
.front-content{
  margin: 30vh auto;
}

.front-content-headline{
  font-size: 45px;
  margin-left: 30px;
}


/*Archive*/
.archive_container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: 30px;
}

.archiv_image{
  width: 300px;
  height: 200px;
  box-sizing: border-box;
  margin: 10px 20px 10px 0px;
  overflow: hidden;
  position: relative;
}

.project-info{
  background-color: rgba(255,255,255,0.65);
  opacity: 0;
  transition: 0.3s;
  height: 100%;
  width: 100%;
  margin-left: -100%;
  text-align: center;
  text-decoration: none;
  position: absolute;
  padding: 23px;
  top: 0;
  z-index: 10;
  box-sizing: border-box;
}

.project-info p{
  font-size: 1.3em;
}
.project-info h2{
  font-size: 1.6em;
}

.archiv_image:hover .project-info{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  margin-left: 0;
}


/*Page*/
.pageContent{
 max-width: 1100px;
}
.pageThumbnail{
  width: 100%;
  max-width: 700px;
}
/*Footer*/
#footer p, #footer a, #footer h2, #footer ul{
  color: white;
  padding: 0;
  margin: 0;
}
#footer h2{
  text-align: left;
}
#footer1-background a{
  font-size: 30px;
}
#footer1-background{
  background:#32353D;
  top:0;
}
#footer2-background{
  background: #3B72AF;
  top:0;
}
#footer3-background{
  background: #32353D;
}

.footer-background{
  padding: 70px 0;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
  width: 100%;
  display: flex;
  justify-content: center;
  position: sticky;
  top: 500px;
}

.footer-link{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  max-width: 100%;
}
#footer .footer-link h2{
  font-size: 25px;
  padding-bottom: 13px;
}
.footer_block{
  width: 300px;
  margin-bottom: 30px;
}
#footer .footer-link a{
  font-size: 18px;
  padding-bottom: 5px;
  font-weight: lighter;
}

#footer a:hover, .footer-background .content a p:hover, .blue{
  color: #3B72AF;
}

/*Page Template BeitragText*/
.TextBeitrag{
  min-height: 70vh;
  width: 90vw;
  justify-content: space-between;
}
.TextBeitragText{
  width: 40vw;
}

.TextBeitragImage{
  width: 40vw;
  top: 0;
  z-index: 1;
  -webkit-box-shadow: 3px 9px 23px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 9px 23px -1px rgba(0,0,0,0.75);
  box-shadow: 3px 9px 23px -1px rgba(0,0,0,0.75);
}
.TextBeitragContent article{
  width: 90vw;
  padding-top: 1vh;
}

/*Kontakt*/
.Kontakt{
}
.blackwhite{
  filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: url(desaturate.svg#greyscale);
filter: gray;
-webkit-filter: grayscale(1);
}
.blackwhite:hover{
  filter: none;
}
.blocks-gallery-item{
  filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: url(desaturate.svg#greyscale);
filter: gray;
-webkit-filter: grayscale(1);
transition: 0.3s;
}
.blocks-gallery-item:hover{
  filter: none;
}
canvas {
  border: 1px solid #ccc;
  z-index: 3000;
}
