/* ==================================================================
Template Specific Styles (Custom CSS here)
================================================================== */

/*	 Independent Lawyer(Slide Show Variant w/ Transitions)
-------------------------------------------------------------- */
body {
    font-family: 'Gurajada', serif;
}

/* Adjust default position */
.left-center, .center-left {
    left: 4%;
}

/* Remove text stroke(as Gurajada is a bold font) */
#contzept h1 {
    -webkit-text-stroke: 0px;
}

#contzept .lt-boxed, /* Sub Text Background Box Color */
.sven-form .btn,    /* "get notified" button Color */
.sk-three-bounce .sk-child, .sk-spinner-pulse, .sk-double-bounce .sk-child, /* Preloader Color */
.video-play-button:before, .video-play-button:after, /* "GO" button color */
.coming-soon .btn, /* "Subscribe" button on lt-sub */
.sven-info .btn:after /* "Subscribe" button on footer */
{
    background: none rgb(0,138,185);
}
.coming-soon .lt-sub {
    font-size: 2em;
}
/* Main Text */
.lt-main {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: rgba(0,0,0,0.6);
    padding: 0.3em 0.4em;
}

.sven-header {
    background-color: rgba(0,0,0,0.6);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
}
.sven-footer {
    background-color: rgba(0,0,0,0.6);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
    display: inline-block;
}
/* Gradient Background for scene-7 */
.noimage {
    width: 100%;
    height: 100%;
    background-image: url("https://www.contzept.de/img/bg.jpg");
	background-size: cover;
}


.logo-container img {
    margin-top: 8px;
    height: 20px;
}

.controls-nav {
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    -moz-transform: scale(1); /* Firefox Older versions*/
    -o-transform: scale(1); /* Opera */
    transform: scale(1);
}
.left-top, .top-left,.right-top, .top-right  {
  top: 10%;
}

.left-bottom, .bottom-left,.right-bottom, .bottom-right  {
  bottom: 10%;
}
.coming-soon .btn {
    color: #fff;
    margin-top: 0;
}

.hide-xs {
  display:none;
}
.card-image {
    background: transparent url("../img/kontakt.jpg") no-repeat scroll center center / cover;
    display: none;
}
#kontakt-page ul.contacts
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
font-size: 2em;
}
#kontakt-page ul li { display: inline; }

#kontakt-page ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #036;
}

#kontakt-page ul li a:hover
{
color: #fff;
background-color: #369;
}
.sven-info.pull-right > * {
    margin-left: 0;
}
.sven-info .btn {
    padding: 3px 6px;
}
.sven-footer {
    padding: 0 12px 10px;
    border-top: 1px solid white;
}
.sven-info .btn .fa {
    padding: 0 10px;
}
.sven-info.pull-left > *,.sven-info.pull-right > * {
    margin-right: 0px;
}

    .coming-soon .btn {
      font-size: 24px;
    }
    .sven-info > a {
      font-size: 20px;
    }
#info .modal-body {
  background: #fff;
color: #444;
font-size: 1.5em;
font-weight: 600;
font-family: 'Raleway',sans;
}
#info p {
  font-size: 0.6em;
text-align: justify;
-moz-hyphens: auto;
-o-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
font-weight: 400;
}

/* ==================================================================
Responsive styles
================================================================== */

/* Small Devices, Tablets
-------------------------------------------------------------- */
@media only screen and (min-width : 768px) {
    .lt-main {
        font-size: 36px;
        letter-spacing: 2px;
    }
    .hide-xs {
  display:inline-block;
}

.sven-footer {
    padding: 0 12px 10px;
    border-top: 0;
}

    .linkedin-button .fa {
        width: 28px;
        height: 28px;
        margin-top: 10px;
        font-size: 19px;
        line-height: 28px;
    }

    .logo-container img {
        height: 20px;
    }
}

/* Medium Devices, Desktops, Laptops
-------------------------------------------------------------- */
@media only screen and (min-width : 1224px) {
    .lt-main {
        font-size: 42px;
        letter-spacing: 3px;
    }


    .linkedin-button .fa {
        width: 36px;
        height: 36px;
        margin-top: 12px;
        font-size: 22px;
        line-height: 36px;
    }

    .logo-container img {
        height: 30px;
    }
}

/* Large Devices, Wide Screens
-------------------------------------------------------------- */
@media only screen and (min-width : 1824px) {
    .lt-main {
        font-size: 52px;
        letter-spacing: 4px;
    }

    .linkedin-button .fa {
        width: 48px;
        height: 48px;
        margin-top: 16px;
        font-size: 26px;
        line-height: 48px;
    }
}
@media only screen and (max-width : 400px) {
  #kontakt-page ul.contacts
{
font-size: 1.6em;
}
}
@media only screen and (max-width : 360px) {
  .speed-label,.skip-button > span {
    display:none!important;
  }
  
.coming-soon {
    font-size: 1.25em;
}
.coming-soon .btn {
    font-size: 0.8em;
}
}
@media only screen and (max-width : 332px) {
  #kontakt-page ul.contacts
{
font-size: 1.4em;
}

.sven-info .btn {
    padding: 3px 3px;
}
}
