@charset "utf-8";

/* CSS Document */


/*
* Author: Kontor Consulting | Carolina Wehrmann
* Version: 1.0.0
* Bootstrap version: 3.3.6
* Copyright 2016 Kontor Consulting
* www: http://kontor.consulting
* mail: info@kontor.consulting
*/

@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
@font-face {
    font-family: 'Syntax';
    src: url('fonts/Syntax/Syntax-Roman.ttf') format('truetype')
}

@font-face {
    font-family: 'Syntax';
    src: url('fonts/Syntax/Syntax-Italic.ttf') format('truetype');
    font-style: italic
}

@font-face {
    font-family: 'Syntax';
    src: url('fonts/Syntax/Syntax-Bold.ttf') format('truetype');
    font-weight: bold
}


/* general */

html {
    scroll-behavior: smooth;
}

body {
    font-family: Syntax
}

h1 {
    font-size: 32px;
    text-transform: uppercase;
    font-family: Syntax;
    color: #666666
}

h2 {
    font-size: 26px;
    text-transform: uppercase;
    font-family: Syntax;
    color: #666666
}

.col-center-block {
    float: none !important;
    display: block;
    margin: 0 auto;
    /* margin-left: auto; margin-right: auto; */
}

.pt-100 {
    padding-top: 150px
}

.mt-50 {
    margin-top: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.pt-50 {
    padding-top: 50px
}

.pb-50 {
    padding-bottom: 50px
}

.plr-50 {
    padding-left: 50px;
    padding-right: 50px
}

.mt-30 {
    margin-top: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.pt-30 {
    padding-top: 30px
}

.pb-30 {
    padding-bottom: 30px
}

.plr-30 {
    padding-left: 30px;
    padding-right: 30px
}

.mt-20 {
    margin-top: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.pt-20 {
    padding-top: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.plr-20 {
    padding-left: 20px;
    padding-right: 20px
}

.mt-10 {
    margin-top: 10px
}

.mb-10 {
    margin-bottom: 10px
}

.pt-10 {
    padding-top: 10px
}

.pb-10 {
    padding-bottom: 10px
}

.plr-10 {
    padding-left: 10px;
    padding-right: 10px
}

.m-10 {
    margin: 10px
}


/* -------------------------------------------------- header ------------------------------------------------------ */

.logo {
    width: 200px;
    float: none;
    margin-bottom: 20px;
    margin-top: 50px
}


/* menu */

.navbar-light .navbar-nav .nav-link {
    font-size: 1.1em;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 15px;
}

.facebook {
    width: 25px;
    height: 26px;
    padding: 3px;
    margin: 7px 5px;
}


/*.fixed-nav{ position: fixed; left: 0; top: 0; width: 100%; z-index: 999 }
.fixed-nav .navbar-default{ background-color: white; border-bottom: 1px solid #878787; padding-top: 10px }*/


/* The sticky class is added to the navbar with JS when it reaches its scroll position */

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 999;
    left: 0;
    text-align: center;
    border-bottom: 1px solid #878787;
}

.navbar-nav {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.navbar-nav>li {
    display: inline-block;
    float: none;
}

a {
    color: #337ab7
}


/* ------------------------------------------------- carousel ---------------------------------------------------- */

.carousel {
    height: 750px
}

.carousel-fewo {
    height: 1250px
}

.carousel .item,
.carousel .item.active,
.carousel .carousel-inner {
    height: 100%
}

.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.carousel-caption {
    text-shadow: none;
    padding-top: 80px
}

.col-md-12 {
    padding-right: 0px;
    padding-left: 0px
}

.main-text {
    position: absolute;
    top: 425px;
    width: 96.66666666666666%;
    color: #FFF
}

.carousel-control.right {
    background-image: none
}

.carousel-control.left {
    background-image: none
}


/* -------------------------------------------------- home ---------------------------------------------------- */

.bg-img {
    background: url(../img/stoertebeker-dorsch.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
/*
.transparent-box {
    margin-top: 100px; margin-bottom: 300px;
}*/

.welcome-text {
    background: url(../img/Kasten.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 556px;
    height: 316px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    margin-top: -555px;
}

.welcome-text-fewo {
    background: url(../img/Kasten.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 556px;
    height: 316px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    margin-top: -1020px;
}

.dark-border {
    border: 1px solid #4b4b4b
}

.bold {
    font-family: Syntax;
    font-weight: bold
}

.welcome-text-mobile {
    background-color: rgba(250, 250, 250, 0.6);
    border: 1px solid #878787
}

.wave {
    width: 70px
}

.phone {
    width: 25px
}

.number {
    font-size: 1.5em
}

.number:hover {
    text-decoration: none
}

#kreis {
    width: 300px;
    height: 300px;
    margin: 0px auto 0px auto;
    border-radius: 250px;
    background-image: url("../img/bubbles/Stoertebeker_Internet_Bubble_Ehrlich_Regional_Frisch.png");
    background-size: cover;
    margin-top: -382px;
    margin-left: 680px;
}

#kreis-fewo {
	width: 15em;
	height: 15em;
    margin: 0px auto 0px auto;
    border-radius: 250px;
    background-image: url("../img/bubbles/Stoertebeker_Internet_Bubble_Mit_dem_Hund.png");
    background-size: cover;
    margin-left: 41em;
	margin-top: -7em;
}

#k_text {
    font-size: 1.5em;
    text-align: center;
    font-family: Syntax;
    font-style: italic;
    margin: auto;
    padding: 77px 20px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    color: #257dbe
}

.k_text {
    font-size: 1.5em;
    text-align: center;
    font-family: Syntax;
    font-style: italic;
    margin: auto;
    padding: 77px 20px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    color: #257dbe
}

.offer-mobile {
    margin-top: 50px
}

.welcome {
    font-size: 1.3em
}


/* ------------------------------------------- opening hours / prices ------------------------------------------- */

.watermark {
    background-image: url(../img/watermark.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 60%
}

.box {
    background-color: transparent;
    margin: 0px 35%
}

.box>.icon {
    text-align: center;
    position: relative
}

.box-fewo {
    background-color: transparent;
    margin: 0px 20%
}

.box-fewo>.icon {
    text-align: center;
    position: relative
}

.clock {
    width: 50px
}

.opening-hours {
    text-transform: uppercase;
    font-size: 14px
}

.prices {
    text-transform: uppercase;
    font-size: 16px
}

.offers {
    text-transform: uppercase;
    font-size: 16px
}

.box>.icon>.image>i {
    font-size: 36px !important;
    color: #fff !important
}

.box>.icon:hover>.image>i {
    color: white !important
}

.box>.icon>.info {
    margin-top: -24px;
    border: 3px solid #e0e0e0;
    padding: 60px 0 50px 0
}

.box>.icon>.info>h3.title {
    font-size: 16px;
    color: #222;
    font-weight: 500
}

.box>.icon>.info>p {
    color: #666;
    line-height: 1.5em;
    margin: 20px
}

.box>.icon>.info>.more a {
    font-size: 12px;
    color: #222;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none
}

.box>.icon:hover>.info>.more>a {
    color: #fff;
    padding: 6px 8px;
    background-color: #63B76C
}

.box .space {
    height: 30px
}

.box-fewo>.icon>.image>i {
    font-size: 36px !important;
    color: #fff !important
}

.box-fewo>.icon:hover>.image>i {
    color: white !important
}

.box-fewo>.icon>.info {
    margin-top: -24px;
    border: 3px solid #e0e0e0;
    padding: 60px 0 50px 0
}

.box-fewo>.icon>.info>h3.title {
    font-size: 16px;
    color: #222;
    font-weight: 500
}

.box-fewo>.icon>.info>p {
    color: #666;
    line-height: 1.5em;
    margin: 20px
}

.box-fewo>.icon>.info>.more a {
    font-size: 12px;
    color: #222;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none
}

.box-fewo>.icon:hover>.info>.more>a {
    color: #fff;
    padding: 6px 8px;
    background-color: #63B76C
}

.box-fewo .space {
    height: 30px
}

.cutlery {
    width: 50px
}

.number-grey {
    font-size: 23px;
    color: #878787
}

.number-grey:hover {
    text-decoration: none
}

iframe {
    margin: 0 auto;
    display: block
}

.line {
    background-color: #e0e0e0;
    height: 4px;
    width: 90%
}


/* ---------------------------------------------- contact form ------------------------------------------- */

#contact-page .contact-wrap {
    margin-top: 20px
}

#contact-form {
    background-color: transparent
}

.form-control {
    border-radius: 0px
}


/* ------------------------------------------------ footer ----------------------------------------------- */

.blue-border {
    border-top: 9px solid #287dbe
}

.logo-footer {
    width: 200px
}

.logo-dehora {
    width: 150px;
    margin-bottom: 10px
}

.adress-footer {
    font-family: Syntax;
    color: #878787;
    font-size: 17px;
    line-height: 50px
}

.adress-footer a {
    font-family: Syntax;
    color: #878787;
    font-size: 17px;
    line-height: 50px
}

.imprint a {
    font-family: Syntax;
    color: #878787;
    font-size: 1.2em;
    line-height: 50px
}

#impBtn {
    background-color: #fff;
    color: #878787;
    margin: 0 5px;
    -moz-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    text-transform: uppercase;
}

#dsBtn {
    background-color: #fff;
    color: #878787;
    margin: 0;
    -moz-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    text-transform: uppercase;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: none
}


/* ------------------------------------------------ mobile ----------------------------------------------- */

@media(max-width:1880px) {
    .box {
        margin: 0px 31%
    }
}

@media(max-width:1585px) {
    .box {
        margin: 0px 24%
    }
    .carousel-fewo {
        height: 1001px;
    }
    .welcome-text-fewo {
        margin-top: -684px
    }
	#kreis-fewo {
		width: 15em;
		height: 15em;
        margin-left: 42em;
        margin-top: -8em;
    }
}

@media(max-width:1220px) {
    .box {
        margin: 0px 18%
    }
    #kreis {
        margin-left: 13px;
        margin-top: -453px;
    }
	#kreis-fewo {
		width: 14em;
		height: 14em;
        margin-left: 42em;
        margin-top: -7em;
    }
    .welcome-text {
        margin-top: -609px
    }
    .carousel-fewo {
        height: 730px;
    }
    .welcome-text-fewo {
        margin-top: -551px
    }
}

@media(max-width:1220px) {
    .carousel-fewo {
        height: 548px;
    }
    .welcome-text-fewo {
        margin-top: -437px
    }
}

@media(max-width:1000px) {
    .box-fewo {
        margin: 0px 4%;
    }
}

@media(max-width:992px) {
	#kreis-fewo {
		width: 14em;
		height: 14em;
		margin-left: 32em;
		margin-top: -7em;
	}
]

@media(max-width:768px) {
    .facebook-link {
        float: none !important;
        display: block;
        margin: 0 auto;
        /* margin-left: auto; margin-right: auto;*/
    }
    .carousel-fewo {
        height: 730px;
    }
    .welcome-text-fewo {
        margin-top: -590px
    }
	#kreis-fewo {
		width: 12em;
		height: 12em;
		margin-left: 23em;
		margin-top: -9em;
	}
}

@media(max-width:762px) {
    .carousel-fewo {
        height: 484px;
    }
    .welcome-text-fewo {
        margin-top: -394px
    }
}

@media(max-width:767px) {
    .carousel-control-prev-icon {
        display: none
    }
    .carousel-control-next {
        display: none;
    }
    h2 {
        font-size: 19px
    }
    .carousel {
        height: 510px
    }
    .welcome-text {
        margin-top: -436px;
        height: 245px;
        width: 370px;
    }
    #kreis {
        margin-left: -82px;
        margin-top: -227px;
    }
    .carousel-indicators {
        display: none
    }
}

@media(max-width:670px) {
    .welcome-text {
        margin-top: -436px;
        height: 245px;
        width: 370px;
    }
    .welcome-text-fewo {
        width: 348px;
        height: 250px
    }
    #kreis {
        margin-left: -39px;
        margin-top: -227px;
    }
	#kreis-fewo {
		width: 11em;
		height: 11em;
		margin-left: 24em;
		margin-top: -7em;
	}
    h1 {
        font-size: 24px
    }
    h2 {
        font-size: 18px
    }
    .number-grey {
        font-size: 0.9em
    }
    .carousel-fewo {
        height: 405px;
    }
    .welcome-text-fewo {
        margin-top: -356px
    }
}

@media(max-width:516px) {
    .welcome-text {
        margin-top: -459px;
    }
    #kreis {
        margin-left: -1px;
        margin-top: -244px;
    }
	#kreis-fewo {
		width: 9em;
		height: 9em;
		margin-left: 22em;
		margin-top: -7em;
	}
}

@media(max-width:487px) {
    #kreis {
        margin-left: -11px;
        margin-top: 25px;
        margin-top: -351px;
    }
	#kreis-fewo {
		width: 8em;
		height: 8em;
		margin-left: 21em;
		margin-top: -7em;
	}
    .welcome-text {
        width: 365px;
        height: 272px;
        margin-top: -575px
    }
    .carousel {
        height: 603px;
    }
    .carousel-fewo {
        height: 316px;
    }
    .welcome-text-fewo {
        margin-top: -281px;
    }
}

@media(max-width:441px) {
    .welcome-text {
        margin-left: 15px;
        height: 228px;
        margin-top: -585px;
    }
    #kreis {
        margin-left: -12px;
        margin-top: 25px;
        margin-top: -367px;
    }
	#kreis-fewo {
		width: 7em;
		height: 7em;
		margin-left: 72vw;
		margin-top: -7em;
	}
    .box {
        margin: 0px 2%;
    }
    h4 {
        font-size: 18px
    }
}

@media(max-width:402px) {
    .welcome-text-fewo {
        width: 250px;
        height: 207px;
    }
    h1 {
        font-size: 15px;
    }
    h2 {
        font-size: 15px;
    }
    .number {
        font-size: 15px;
    }
}

@media(max-width:395px) {
    h2 {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 0px
    }
    h1 {
        font-size: 17px;
        margin-top: 10px;
        margin-bottom: 0px
    }
    .transparent-box {
        width: 402px;
    }
}

@media(max-width:383px) {
    .welcome-text {
        margin-left: 44px;
        width: 286px;
        height: 176px;
    }
    #kreis {
        margin-left: 34px;
    }
    .mt-10 {
        margin-top: 0px;
    }
    h1 {
        font-size: 18px;
    }
    h2 {
        font-size: 11px;
    }
    .number {
        font-size: 14px;
    }
    .phone {
        display: none;
    }
    .transparent-box {
        width: 385px;
    }
    .navbar-header {
        width: 383px;
    }
    .container {
        width: 383px;
    }
    .navbar-default {
        width: 383px;
    }
    .welcome {
        font-size: 1em;
        margin: 0px 30px;
    }
}

@media(max-width:360px) {
    #kreis {
        margin-left: 3px
    }
    .box {
        width: 316px
    }
}

@media(max-width:320px) {
    .welcome-text {
        margin-left: 13px;
    }
    .transparent-box {
        margin-top: 26px;
        width: 314px;
    }
    .navbar-header {
        width: 334px;
    }
}