@charset "utf-8";
 
/*
* CSS-Design
* Schubi-Design
*/
 
/* Webfonts-Einbindung */
/* montserrat-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v25-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-600italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/montserrat-v25-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* montserrat-700italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/montserrat-v25-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nova-slim-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nova Slim';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nova-slim-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arsenal-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/arsenal-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

/* Reset * * * * * * * * */
*{
    margin: 0;
    padding: 0;
    -mozbox-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }
     
    
    .wrapper{
    max-width: 1250px;
    padding: 0 25px;
    margin: 0 auto 25px auto;
    }

    .teaserwrapper{
    max-width: 1000px;
    padding: 100px 25px;
    margin: 0 auto 0 auto;
    }
     
    .widewrapper{
    width: 100%;
    margin: 0 auto 0 auto;
    }

    .headerwrapper{
    width: 100%;
    margin: 0 auto 0 auto;
    }
    
    .column {
    float: left;
    margin: 25px 0 25px 5%;
    padding: 25px 0;
    text-align: center;
    }

    .headerwrapper .column{
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    }
     
    .column:first-child{
    margin-left: 0;
    }

     
    /* Clearfix */
    .row:before,
    .row:after {
    content: " ";
    display: table;
    }
     
    .row::after {
    clear: both;
    }
     
    /*S
    .row{
    background: #aaa;
    margin: 20px 0;
    }
    */
     
     
    /* Raster */
     
    .col_1{
    width: 100%;
    }
     
    .col_1_2{
    width: 47.5%;
    }
       
    .col_1_3{
    width: 30%;
    }
     
    .col_2_3{
    width: 65%;
    }
     
    .col_1_4{
    width: 21.25%;
    }
     
    .col_3_4{
    width: 73.75%;
    }
  


/* Responsive Navigation */

.mobile {
    display: none;
    animation: fade-up 2s;
}
    
nav {
    display: none;
    height: 0;
    transition:height .2s ease-in-out;
    overflow:hidden;
}

#nav-open{
    border-bottom: black solid 2px;
}
    
#nav-open:target nav {
    /* display: block; */
    height: 500px;
}
    
.nav-toggle {
    display: none;
    background: white;
    padding: 10px 15px;
    color:black;
    text-decoration: none;
}
    
li{
    list-style: none;
}

li a{
    text-decoration: none;
}
     
/* Slider */

.teasergalerie{
    background-color: #d5d3eb;
}

.sliderblock{
    height: auto;
}
  
.sliderblock .button{
    float: right;
}
  
.slick-prev::before,
.slick-next::before {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #d5d3eb;
    color: black;
    border: black solid 1px;
    border-radius: 20%;
    margin-block-end: 20px;
}
  
.slick-dots li button::before {
    font-size: 26px;
}
  
.slider_img {
    padding: 20px 10px;
    height: auto;
}    

/* Kontaktformular */

form label { 
    display: block;
    font-weight: 600;
}
     
input[type='text'],input[type='checkbox'], input[type='radio'],input[type='email'],textarea, select {
    margin: 10px 0;
}
     
input[type='text'], input[type='email'], textarea, select {
    width: 100%;
    border: 1px solid #999;
    padding: 5px;
    font: 400 1.125rem/1.55 'Fira Sans', Helvetica, Arial, sans-serif;
    border-radius: 5px;
}
     
textarea {
    height: 200px;
}
     
input:hover, textarea:hover, input:focus, textarea:focus {
    border: 3px solid #312783;
}
     
input[type='submit']{
    background-color: white;
    color: black;
    text-decoration: none;
    font-size: 23px;
    padding: 2px;
    margin-bottom: 20px;
    border: black solid;
    border-radius: 10px;
}
     
input[type='submit']:hover{
    background-color: grey;
    color: #312783;
    border: #312783 solid;
}
  
.formular{
    padding-top: 20px;
    text-align: left;
}    



/* totop */

#totop {
    display: none;
    text-decoration: none;
    background: white;
    color: black;
    padding: 6px;
    border: 3px solid black;
    border-radius: 15px;
    font-size: 28px;
    line-height: 1;
    position: fixed; 
    right: 30px; 
    bottom: 30px; 
}
  
#totop:hover { 
    text-decoration: none;
    color: #312783;
    border-color: #312783; 
    background-color: #d5d3eb;
}
  


/* FadeUp */

#webdesign:target h2{
    animation: fade-up 2s;
}

#grafikdesign:target h2{
    animation: fade-up 2s;
}

#kontakt:target h2{
    animation: fade-up 2s;
}



/* Typografie */

.center{
    text-align: center;
}

html { 
    scroll-behavior: smooth; 
}

.logo img{
    max-width: 175px;
    height: auto;
    padding:10px 20px 0 20px;
    animation: fade-up 2s;
}

img{
    width: 100%;
    height: auto;
}

.space{
    margin-top: 100px;
}

.bottomborder {
    border-bottom: 2px solid;
    width: 100%;
    border-color: #312783;
    margin-bottom: 20px;
}

.webdesign{
    width: 100%;
    height: 1000px;
    padding: 25px;
    background: #d5d3eb url('../img/Webdesign.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;
}

.grafikdesign{
    width: 100%;
    height: 1000px;
    padding: 25px;
    background: #d5d3eb url('../img/Grafikdesign.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;
}

.colored{
    background: #d5d3eb;
    background-attachment: fixed;
}

.body{
    font-family: 'Arsenal';
    background:  white;
    color: black;
}

a{
    color: black;
    text-decoration: underline;
}
    
h1{
    color: #312783;
    font-family: 'Nova Slim','Montserrat';
    font-size: 60px;
    padding: 20px 10px;
    animation: fade-up 2s;
}

h2{
    color: #312783;
    font-family: 'Nova Slim','Montserrat';
    font-size: 40px;
}

.contact h2{
    text-align: center;
}

h3{
    font-size: 30px;
    text-decoration: none;
}
    
p{
    font-size: 23px;
    line-height: 40px;
}

.left{
    text-align: left;
}

.teasertop p{
    font-size: 40px;
    line-height: 45px;
    margin-top: 100px;
    padding-bottom: 10px;
    text-align: left;
    color: #312783;
    font-family: 'Nova Slim', 'Montserrat';
    font-style: italic;
}

.teaserbottom p{
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 100px;
    padding-top: 10px;
    text-align: right;
    color: #312783;
    font-family: 'Nova Slim', 'Montserrat';
    font-style: italic;
}
    
.ofgcert{
    display: flex;
    justify-content:center ;
}

.ausblenden{
    display: none;
}

.info{
    height: 150px;
}

.info a{
    text-decoration:none
}

.teaserwrapper p{
    font-weight: bold;
}

.header a{
    text-decoration: none;
    color: #312783;
}

.header a:hover{
    color: #0d7c7f;
}

#mobilenavigation a{
    color: #312783;
}

#mobilenavigation a:hover{
    color: #0d7c7f;
}


/* Media Queries */
@media only screen and (max-width: 1375px) {

.header h1{
    font-size: 40px;
}

}
@media only screen and (max-width: 950px) {

.col_1, .col_1_2, .col_1_3, .col_2_3, .col_1_4, .col_3_4 {
    width: 100%;
}

.column{
    margin:0 0 0 0;
}

.teasertop p, .teaserbottom p{
    text-align: center;
    font-size: 30px;
}

h1{
    font-size: 45px;
    text-align: center;
}
  
h2{
    font-size: 35px;
}

h3{
    font-size: 26px;
}
  
p{
    font-size: 23px;
    line-height: 25px;
}

.info{
    height: 100px;
}

.referenzbild{
    width: 50%;
    height: 50%;
}

.sliderblock2 {
    margin: auto;
    width: 50%;
    height: 50%;
}    



    /* Responsive Navigation */

        .mobile {
            display: block;
        }

        #logo{
            width: 200px;
            height: auto;
        }

        .fullsize {
            display: none;
        }

    	.nav-toggle {
		    display: block;
	    }

    	#nav-open:target .nav-closed {
		    display: block;
	    }

    	.nav-closed,
	    #nav-closed:target .nav-closed,
    	#nav-open:target .nav-open {
	    	display: none;
	    }

    	#nav-open:target nav {
            display: block;
		    height: 200px;
	    }

    	#mobilenavigation {
		    margin-top: 15px;
        }   

    	#mobilenavigation li {
            padding: 5px;
		    display: block;
		    margin-left: 0;
        }
        
    }

@media only screen and (max-width: 725px) {

.referenzbild{
    width: 80%;
    height: 80%;
}

.sliderblock2{
    width: 80%;
    height: 80%;
}

.teaserwrapper{
    padding-top: 0 25px;
}

.teasertop p{
    margin-top: 25px;
}

.teaserbottom p{
    margin-bottom: 25px;
}

}

@media only screen and (max-width: 500px) {

h1{font-size: 35px;
}

h2{
    font-size: 33px;
}

h3{
    font-size: 26px;
}

p{
    font-size: 23px;
}

.referenzbild{
    width: 90%;
    height: 90%;
}

.sliderblock2{
    width: 90%;
    height: 90%;
}

footer p{
    text-align: center;
}

.sliderblock h2{
    font-size: 16px;
    text-align: center;
}

.info{
    display: none;
}

}


/* Keyframes */

@keyframes fade-up{
    0%{
        opacity: 0;
        transform: translateY(30px) scale(0.9);
    }
    100%{
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
}
