/*
Theme Name: BLACKTENT   
Theme URI: https://www.blacktent.de
Author: Blacktent
Author URI: https://www.blacktent.de
Description: Awesome Theme for awesome Websites
Version: 1.1.0
*/

.first {
    height: auto;
    /*width: 100vw;*/
    min-height: 0px;
}


body {
    /*background: #ffffff; 
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); 
    background: -webkit-linear-gradient(-45deg, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); 
    background: linear-gradient(135deg, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top:26px;*/
    background: linear-gradient(135deg,rgba(201, 204, 206, 0.89) 0%,rgb(247, 243, 243) 40%,rgba(232,232,232,1) 60%,rgba(159, 166, 172, 0.89) 100%);
    font-size: 18px;
     color:#000;
    line-height: 1.7;
}

#topline {
    display:none;
}


#topline, #bottomline {
    color: #efebeb;
	font-size: 11px;
    z-index: 103;
}

#bottomline {
    display: inline-block;
    position: relative;
}

#navi-center, .scroll #navi-center {
    text-align: right;
    padding-top:6px;
}

#naviplace, .scroll #naviplace {
    position: fixed;
    width: 100%;
    height: 45px;
    top: 0px;
    background-color: rgba(56, 56, 56, 0.7);
    z-index: 102;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

 

#navigation, .scroll #navigation {
    display: block;
    position: absolute;
    text-align: center;
    right: 50%;
    margin-right:-560px;
    overflow: visible;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}






/*#logo {
    position: absolute;
    margin:0px;
    top: 0px;
    width: 40vw;
    height: 20vw;
    left: 30%; 
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;  
    background-image: url(http://design.blacktent.de/wp-content/uploads/provisorisches-Logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
}*/



#logo img {
    display:block;
    width: 40px;
    height: 40px;    
}


#logo, .scroll #logo {
    width: 40px;
    height: 40px;
    position: absolute;
    top:0px;
    left: 50%;
    margin-left:-560px;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;   
}

.scroll #logo img {
    width: 40px;
    height: auto;
    border:none;
    box-shadow: none;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;   
}

.sf-menu {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.sf-menu a:hover {
    background-color:transparent;
    color: #fff;
    
}

 .sf-menu {
    text-align: left;
    line-height: 1;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.scroll .sf-menu {
    background: transparent;
}

.sf-menu a, .scroll .sf-menu a {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.sf-menu a, .scroll .sf-menu a {
    color:#efebeb;
}


.sf-menu i {
    display: none;
}

.sf-menu a {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 10px;
    padding-right:10px;
}

.scroll .sf-menu ul li {
	background-color: transparent;
}
.scroll .sf-menu ul ul li {
	background: #fff;
}


.sf-menu ul li a {
    color:#333;
    text-shadow:none;
}

.scroll .sf-menu ul li a {
    color:#fff;
    background-color:rgba(0,0,0,.8);
    text-shadow:none;
}

.sf-menu a:hover {
     opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.scroll .sf-menu a:hover {
     opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.headline a i {
    margin-top: 20px;
    color: #333;
    font-size: 40px;
}


.col a {
    color:#333;
    text-decoration: underline;
}

.col .contact a {
    color:#333;
    text-decoration: none;
}

.next {
    position: absolute;
    bottom:60px;
    left:50vw;
    margin-left:-10px;
}

a.next {
    font-size:50px;
    color:#333 !important;
}

.scroll .next,.scroll a.next {
    display:none;
}

.headline {
    position: absolute;
    width:100%;
    text-align: center;
    top:70vh;
    z-index: 1;
    color:#fff;
    margin-left: -10px;
}

.headline h1, .headline p, .headline a {
    text-align: center;
    color:#333;
    text-shadow: 0px 0px 30px #000;
}

.headline p {
    margin-bottom: 0px;
}

.headline a i {
    margin-top: 20px;
    color:#fff;
    font-size: 40px;
}

.scroll .headline {
    position: inherit;
    margin-top:20px;
    color:#333;
}

.scroll .headline h1, .scroll .headline p, .scroll .headline a {
    color:#333;
    text-shadow: none;
}

.scroll .headline a i {
    display: none; 
}


.bright {
    color: #333;
    background-color: rgba(255,255,255,0.7);
    margin-top: 15px;
    border-radius: 20px;
}

h1 {    
    font-size: 5vh;
    color:#b02038; 
    font-weight: 300;
    margin-bottom:25px;
    border-bottom: solid 1px #333;
}



h2, h3 {
    color: #b02038;
    font-size: 2vw;
    font-weight: 300;
    margin-bottom: 20px;
}


b {
    font-size: 20px;
}

.center, .center h2, .center h3 {
    text-align: center;
}

.big-h {
    position: relative;
}

.big-h p{
    width: 50%;
    float:left;
    display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 400px;

}

.big-h h2 {
    width: 50%;
    text-align: center;
    font-size: 50px;
    float:left;
    display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 400px;
}

a {
    outline:none;
}




.white {
    background-color: #fff !important;
}



.col-backgrd.first, .first .col, .first .col100 {
    margin:0px;
    padding:0px;
}

i.fa.fa-star {
    color:#ffc600;
    font-size: 24px;
}

.sets .col25, .sets .col33, .sets .col50, .sets .col66, .sets .col75, .sets .indy, .col33.sets, .col25.sets {
    padding: 15px;
    background-color: rgba(51, 51, 51, 0.90);
    color:#fff;
    border-radius: 0px 10px 10px 10px;
}

.sets .col25 {
    width:20%;
    margin: 25px 2.4%;
}

.sets .col33, .col33.sets, .col25.sets {
    width:30%;
    margin: 25px 1%;
}

.sets .indy {
    width:400px;
    margin: 25px auto;
    float:none;
}
 

.sets ul {
    min-height:302px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.setssmall ul {
    min-height:10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.sets li {
    font-size: 16px;
    line-height: 1;
    text-indent: -28px;
    padding-left: 25px;
}

.sets i {
    text-align: center;
    font-size: 120px;
    width: 100%;
    text-shadow: 1px 1px 2px #000;
    color:#ef7e05;
}

i.smallericon {
    font-size: 22px;
    width: inherit;
    margin-right: 5px;
    margin-left: 35px;
}

.sets i.smallericon {
    margin-left: 30px;
}

.sets h2 {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    text-shadow: 1px 1px 2px #000;
    text-transform: uppercase;
    font-weight: initial;
}

.sets h3 {
    text-align: center;
    font-weight: initial;
}

.sets h3 i {
    font-size:14px;
    width:auto;
    text-shadow: none;
    margin-left: 5px;
    margin-bottom: 20px;
}

.sets a {
    color:#fff;
}

.option li:before {
    font-size:14px;
}
 
.sets .price {
    text-align: right;
    font-size: 36px;
    color:#fff;
    font-weight: bold;
    margin: 0px 10px 20px 0px;
}

.price {
    font-size: 36px;
    color:#fff;
    font-weight: bold;
    color:#ef7e05;
}


.sets span {
    font-size: 12px;
}

.option ul {
	list-style-type: none;
    min-height: 0px;
    margin-top: 0;
    margin-bottom: 20px;
    min-height: 120px;
}

.option li {
	line-height: 1;
	font-size: 14px;
	text-align:left;
    text-indent: -17px;
    padding-left: 19px;
    margin-bottom: 10px;
}

.option li a{
    text-decoration: none;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; 
}

.option li a:hover{
    color:#ef7e05;
}
    

.option li:before {
    font-family: FontAwesome;
	content: "\f055";
	margin-right:5px;
    color: #ef7e05;
    font-size:14px;
}
    

.sets a.button {
    background-color:#4abe45;
    display: inline-block;
    width:100%;
    padding:15px 0px;
    text-align: center;
    font-size: 22px;
    color:#fff;
    border-radius: 0px 10px 10px 10px;
    text-decoration: none;
    text-transform:uppercase;
    font-weight: 300;
    box-shadow: 1px 1px 1px #000;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; 
}

.sets a.button:hover {
    background-color:#fff;
    color:#333;
}

.referenz p {
    margin-bottom:0px;
}

.referenz a {
    float: left;
    width: 8.3%;
    min-width:110px;
    height:50px;
    margin: 0px;
    padding: 20px;
}


.icons {
    text-align: center;
    float:left;
    width: 9.8%;
    margin:2.2%;
}

.icons i {
    font-size: 120px;
    width: 100%;
    /*text-shadow: 1px 1px 2px #000;*/
}

.icons a {
    color:#fff !important;
}

.icons a:hover {
    color:#ef7e05;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; 
}


.icon li {
    list-style: none;
}

.sidr {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    width:390px;
}

.sidr ul {
    margin-top: 55px;
}

.sidr ul li {
    line-height: 48px;
}

.sidr ul li ul li {
    line-height: 30px;
    font-size: 18px;

}

.mid-n-btn {
    display:none;
}

/*Tabelle auf zB Domainverkauf*/
.wpsm-thead-default {
    display:none;
}

.wpsm-comptable-wrap {
    margin-top:0px !important;
    margin-left:0px !important;
    margin-bottom:20px !important;
    margin-right:0px !important;
    font-size: 18px;
}

.wpsm-comptable-wrap a{
    font-weight: 600!important;
    color:#000 !important;
}

.wpsm-comptable td {
    border:none !important;
    padding-left:0px !important;
}

.sidr.right {
    padding-top: 23px;
}
    
.sidr ul li a, .sidr ul li span {
    color: #ef7e05;
}

.sidr-class-fa {
    font-family: FontAwesome;
}


.wdsgn {
    text-align: center;
}

.wdsgn i {
    font-size: 200px;
}

.wdsgn a.prvnxt i {
    font-size: 40px;
    margin: 0 20px;
}


/*Farbgebung - in Zeile 34 muss Rahmenfarbe des Newsletters manuell geändert werden*/
.icons a, .icons i {
    color:#fff;
    text-decoration: none;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; 
}


.contact {
    color: #333;
}

.codeneric-img-public-container h2 {
    display: none;
}



.col33.bignav {
    width: 33.33%;
    height: 50vh;
    background-color: rgba(56, 56, 56, 0.7);
     transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out; 
    border: solid 1px #999;
}

.col33.bignav:hover {
    background-color: rgba(56, 56, 56, 0);
     transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out; 
    
}

.col .bignav a {
    color: #efebeb;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
}

.col .bignav a:hover {
    color: #fff;
}

.bignav p {
    width: 100%;
    height: 100%;
    font-size: 2vw;
    text-align: center;
}

/*.scroll .col33.bignav.pictures {
    display: none;
}*/

.framed {
    border: double 1px #333;
    border-radius: 10px;
}


.logopicture img {
    width: 500px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.wpcf7-text, .wpcf7-textarea {
    background-color: transparent;
}

.wpcf7-text:hover, .wpcf7-textarea:hover {
    background-color: #d6d6d6;
}

.wpcf7-submit {
    background-color: rgba(51, 51, 51, 0.66);
}

.col li {
    font-size: 1.3vw;
}

.col li:before {
    font-family: FontAwesome;
    content: "\f023";
    margin-right: 15px;
    color: #b02038;
    text-shadow: none;
}

a.kontakt {
    text-decoration: none;
    color: #fff;
    padding: 5px 12px;
    background-color: #b02038;
}



.list ul {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}

.col-backgrd.referenz {
    margin-bottom: 0px;
    background: linear-gradient(to right, rgba(159,166,172,1) 0%,rgba(201,201,201,1) 45%,rgba(201,201,201,1) 55%,rgba(159,166,172,1) 100%); 
    box-shadow: 0px 80px 180px rgba(0,0,0,.8);
}

.referenz img {
    float: left;
    margin: 0 6.025%;
    width: 12%;
}

h2.dark {
    text-align: center;
    color: #efebeb;
    border-bottom: solid 1px #b02038;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 761px) and (max-width: 1170px) {

.desk-n {
	display: none;
}

.mid-n-btn {
	display: none;
}

.mob-n-btn {
	color: #efebeb;
	position:fixed;
	top: 5px;
	right:10px;
	z-index:104;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
    font-size: 0px;
    background-color: transparent;
    display: inline;
}


    
.mob-n-btn i.fa.fa-bars {
    font-size: 30px;
    padding:5px;
}
    


#topline {
    display: block;
    height: 45px;
    }
    
#topline .line-nav {
    display:none;
}
    
.line-contact, .scroll .line-contact {
    font-size:0;
    padding-left:0px;
    position: absolute;
    top:2px;
    left:10px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; 
}
 
    
.line-contact i {
    font-size: 36px;
    color: #efebeb;
}

.line-contact a {
    color: #efebeb;    
    }
    
.scroll .line-contact i {
    color: #efebeb;
}

#bottomline .line-contact {
    display: none;
}
    
#bottomline {
    position: relative;
}
    
.icons i {
    font-size: 60px;
}
    
    
.headline a i {
    margin-top: 10px;
}

.sidr {
    background-color: rgba(56, 56, 56, 0.7);
    color: #efebeb;
    box-shadow: none;
}

.sidr ul li a, .sidr ul li span {
    color: #efebeb;
}
    
.sidr ul li a:hover, .sidr ul li span:hover {
    box-shadow: none;
    background-color: #efebeb;
    color: rgba(56, 56, 56, 0.7);
}
    
.col33.bignav {
    height: 33vw;
}

.col33.bignav p {
    font-size:2vw;
}

.col33.bignav a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    }
    
    
    
    
    
    
    
    
    
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 415px) and (max-width: 760px) {

.desk-n {
	display: none;
}

.mid-n-btn {
	display: none;
}

.mob-n-btn {
	color: #efebeb;
	position:fixed;
	top: 5px;
	right:10px;
	z-index:104;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
    font-size: 0px;
    background-color: transparent;
    display: inline;
}


    
.mob-n-btn i.fa.fa-bars {
    font-size: 30px;
    padding:5px;
}
    
.col25, .col33, .col50, .col66, .col75, .sets .col33, .col33.sets, .col25.sets {
    width:100%;
}

#topline .line-nav {
    display:none;
}
    
.line-contact, .scroll .line-contact {
    font-size:0;
    padding-left:0px;
    position: absolute;
    top:2px;
    left:10px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; 
}
 
    
.line-contact i {
    font-size: 36px;
    color: #efebeb;
}

.line-contact a {
    color: #efebeb;    
    }
    
.scroll .line-contact i {
    color: #efebeb;
}

#bottomline .line-contact {
    display: none;
}


.scroll #logo {
       display: none;
    }
    
#topline {
    display: block;
    padding-top:0px;
    height:45px;
    
}
    

    
.sets .col25,.sets .col33{
    width:45%;
}

.icons a {
    font-size: 8px;
}
    
.icons i {
    font-size: 30px;
}
    
    
h1 {    
    font-size: 36px;
 }

h2 {
    font-size: 25px;
    }
    
.col-backgrd.first {
    max-height: inherit;
    height: auto;
    min-height: 0px;
}


.first .col {
    margin-top:0px;  
}

.col33.bignav {
    height: 33vw;
}

.col33.bignav p {
    font-size:2.5vw;
}

.col33.bignav a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    }
    
    
    
.headline a i {
    margin-top: 10px;
}

.sidr {
    background-color: rgba(56, 56, 56, 0.7);
    color: #efebeb;
    box-shadow: none;
}

.sidr ul li a, .sidr ul li span {
    color: #efebeb;
}
    
.sidr ul li a:hover, .sidr ul li span:hover {
    box-shadow: none;
    background-color: #efebeb;
    color: rgba(56, 56, 56, 0.7);
}
        
.big-h2-left h2, .big-h2-right h2 {
    width: 100%;
    min-height: 0px;
    font-size: 35px;
}
    
.big-h2-left p, .big-h2-right p {
    width: 100%;
    min-height: 0px;
}    

    
    
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 414px) {
    
.desk-n {
	display: none;
}

.mid-n-btn {
	display: none;
}

.mob-n-btn {
	color: #efebeb;
	position:fixed;
	top: 5px;
	right:10px;
	z-index:104;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
    font-size: 0px;
    background-color: transparent;
    display: inline;
}


    
.mob-n-btn i.fa.fa-bars {
    font-size: 30px;
    padding:5px;
}
    
.col25, .col33, .col50, .col66, .col75, .sets .col33, .col33.sets, .col25.sets {
    width:100%;
}

#topline .line-nav {
    display:none;
}
    
.line-contact, .scroll .line-contact {
    font-size:0;
    padding-left:0px;
    position: absolute;
    top:2px;
    left:10px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; 
}
    
    
.line-contact i {
    font-size: 36px;
}
    
.line-contact a, .line-nav a {
    color: #efebeb;
}
    

#bottomline .line-contact {
    display: none;
}



.scroll #logo {
        margin-top: 0px;
    }
    
#topline {
    display: block;
    padding-top:0px;
    height:45px;
    
}

#logo img {
        width: 90%;
        height: auto;
}

    
#bottomline {
    position: relative;
}
    
.icons a {
    font-size: 0px;
}
    
.icons i {
    font-size: 30px;
}

.referenz a {
    width: 28vw;
    min-width: 28vw;
    height: 25vw;
}
    

    
.sidr {
   width: 100%;
}
    
.sidr {
    background-color: rgba(56, 56, 56, 0.7);
    color: #efebeb;
    box-shadow: none;
}

.sidr ul li a, .sidr ul li span {
    color: #efebeb;
}
    
.sidr ul li a:hover, .sidr ul li span:hover {
    box-shadow: none;
    background-color: #efebeb;
    color: rgba(56, 56, 56, 0.7);
}
    
    
h1 {    
    font-size: 35px;
 }
    
h2 {
    font-size: 25px;
    }
    
    

.headline a i {
    margin-top: 10px;
}
    
.col33.bignav {
    height: 33vw;
}

.col33.bignav p {
    font-size:2vw;
}

.col33.bignav a {
   display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    }
    
.big-h2-left h2, .big-h2-right h2 {
    width: 100%;
    min-height: 0px;
    font-size: 35px;
}
    
.big-h2-left p, .big-h2-right p {
    width: 100%;
    min-height: 0px;
}
    
    
}

@media only screen and (min-width: 431px) {

    .mobile {
        display:none;
    }
    
    
    
}


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

    .desktop {
        display:none;
    }
    
    
    
}

    