
/* ==========================================================================
Fonts
========================================================================== */
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Open+Sans+Condensed:wght@300;700&display=swap');*/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/fonts/opensans.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/assets/fonts/opensanscondensed.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/opensanscondensed-bold.woff2) format('woff2');
}


/* ==========================================================================
General Body
========================================================================== */

body {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #000;
	direction: ltr;
	margin: 0;
	padding: 0;
	position: relative;
}


/* ==========================================================================
Reset
========================================================================== */

/*
Internet Explorer 10 doesn't differentiate device width from viewport width,
and thus doesn't properly apply the media queries in Bootstrap's CSS.
To address this, you can optionally include the following CSS and JavaScript
to work around this problem until Microsoft issues a fix.
*/
@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

/*
Internet Explorer 10 doesn't differentiate device width from viewport width,
and thus doesn't properly apply the media queries in Bootstrap's CSS.
To address this, following CSS code applied.
*/
@-ms-viewport     { width: auto !important; }

/* Round corners */
div, input:not([type="radio"]), select, textarea, span, img, table, label, td, th, p, a, button, ul, code, pre, li { border-radius: 0; }
.img-circle  { border-radius: 50% !important; }
.img-rounded { border-radius: 6px !important; }

/* Input-Shadows auf iPad entfernen */
input:not([type="radio"]):not([type="checkbox"]), textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}

/* Global */
* { outline: none !important; }


/* ==========================================================================
Utilities
========================================================================== */

/*.display-none, .display-hide {
	display: none !important;
}*/

.bold {
	font-weight: 700 !important;
}

.no-border {
	border: none !important;
}

.inline {
	display: inline;
}

.no-break {
	white-space: nowrap;
}

.img-responsive {
	/*width: 100%;*/
}

.no-margin {
	margin: 0 !important;
}

.margin-top-10 { margin-top: 10px; }
.margin-top-15 { margin-top: 15px; }
.margin-top-25 { margin-top: 25px; }
.margin-top-50 { margin-top: 50px; }

.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-25 { margin-bottom: 25px; }
.margin-bottom-50 { margin-bottom: 50px; }

/* IE8 & IE9 Mode */
.visible-ie8      { display: none; }
.ie8 .visible-ie8 { display: inherit !important; }
.hidden-ie8       { display: inherit; }
.ie8 .hidden-ie8  { display: none !important; }

.visible-ie9      { display: none; }
.ie9 .visible-ie9 { display: inherit !important; }
.hidden-ie9       { display: inherit; }
.ie9 .hidden-ie9  { display: none !important; }


/* ==========================================================================
Colors
========================================================================== */

/* Font */
.black  { color: #000000 !important; }
.blue   { color: #428bca !important; }
.brown  { color: #a37343 !important; }
.green  { color: #5cb85c !important; }
.grey   { color: #aaaaaa !important; }
.orange { color: #ea863b !important; }
.pink   { color: #f277bd !important; }
.red    { color: #d9534f !important; }
.white  { color: #ffffff !important; }
.yellow { color: #ffcc00 !important; }


/* ==========================================================================
Typography
========================================================================== */

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", sans-serif;
	margin: 0;
    color: #000;
}

h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 56px;
    font-weight: 300;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 35px;
}

h2 {
    font-family: 'Open Sans Condensed', sans-serif;
	font-size: 56px;
    font-weight: 300;
    color: #333;
    text-transform: uppercase;
	margin-bottom: 35px;
    text-align: center;
}

h3 {
	font-size: 22px;
    font-weight: bold;
	margin-bottom: 8px;
}

h4 {
	font-size: 16px;
    margin-bottom: 6px;
}

ul {
    padding-left: 16px;
}

p {
    font-size: 18px;
    line-height: 29px;
}

p.small {
    font-size: 14px;
    line-height: 24px;
}

p.lead {
	font-size: 22px;
	line-height: 30px;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: #6e9cb3;
	text-decoration: none;
	text-shadow: none;
}
a:hover, a:focus {
	color: #333;
	text-decoration: none;
}
a:active {
    color: #000;
}


/* ==========================================================================
Containers
========================================================================== */

/* Header */
.top {
    padding: 5px 0;
    background: #a7cadd;
}
.top a {
    color: #fff;
}
.header {
    padding: 20px 0;
    background: #b5d2e2;
}

/* Default Block */
.block {
    background: #fff;
    padding: 50px 0;
}

#start {
    padding: 0 !important;
    background: #eee;
    height: 450px;
    background-image: url('/assets/images/slider4.jpg');
    background-size: cover;
    background-position: center;
}

#news {
    background: #e2d8b6;
    padding: 25px 0;
}
#news h2 {
    font-size: 40px;
    color: #957e3b;
    text-align: right;
}
#news a {
    color: #957e3b;
    font-weight: bold;
}
#news a:hover {
    color: #333;
}
.news-right {
    border-left: 4px dotted #957e3b;
}

#calendar {
    padding: 0 !important;
}
#calendar .container2 {
    background: #222;
    color: #fff;
    padding: 30px 30px 30px 20px;
    border-radius: 6px;
}
#calendar h2 {
    color: #fff;
}
#calendar h3 {
    color: #b5d2e2;
}
#calendar a {
    color: #6e9cb3;
}
#calendar a:hover {
    color: #fff;
}

.calendar-left {
    text-align: right;
}
.calendar-right {
    border-left: 4px dotted #aaa;
}
.calendar-uun {
    margin-top: 50px;
    text-align: center;
    font-size: 14px;
}
.calendar-uun img {
    height: 23px;
    margin: 0 0 4px 2px;
}
.calendar-uun a {
    color: #fff;
}
.calendar-uun a:hover {
    color: #ffcc00;
}

#videos {
    background: #222;
    color: #fff;
}
#videos .container {
    padding-left: 40px;
    padding-right: 40px;
}
#videos h2 {
    color: #fff;
}
.videos-item {
    padding: 15px;
}
.videos-item p {
    font-size: 14px;
    line-height: 20px;
}
.videos-thumb {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    margin-bottom: 5px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

#shop {
    background: #b5d2e2;
    padding: 30px 0;
}

#links {
    border-top: 1px solid #eee;
    background: #fafafa;
    padding: 35px 0;
}
.links-logo {
    padding: 15px 0;
}

/* Videos */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loading {
    padding: 10px;
    text-align: center;
}

/* Button */
.selber {
    position: absolute;
    top: -30px;
    right: 60px;
}
.selber .selber-content {
    position: relative;
}
.selber .selber-content a {
    display: block;
}
.selber .button-rotate {
    width: 153px;
    height: 153px;
    margin-top: 4px;
    display: block;
    -webkit-animation: rotate 2s linear 0s infinite normal;
    -moz-animation: rotate 2s linear 0s infinite normal;
    -o-animation: rotate 2s linear 0s infinite normal;
    -ms-animation: rotate 2s linear 0s infinite normal;
    animation: rotate 2s linear 0s infinite normal;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}
.selber .button-rotate img {
    width: 100%;
}
.selber .button-hier {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -33px;
}
.selber a:hover .button-rotate {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    -ms-animation-play-state: running;
    animation-play-state: running
}
@-webkit-keyframes rotate {
    from { -webkit-transform:rotate(0deg) }
    to { -webkit-transform:rotate(360deg) }
}
@-moz-keyframes rotate {
    from { -moz-transform:rotate(0deg) }
    to { -moz-transform:rotate(360deg) }
}
@-o-keyframes rotate {
    from { -o-transform:rotate(0deg) }
    to { -o-transform:rotate(360deg) }
}
@-ms-keyframes rotate {
    from { -ms-transform:rotate(0deg) }
    to { -ms-transform:rotate(360deg) }
}
@keyframes rotate {
    from { transform:rotate(0deg) }
    to { transform:rotate(360deg) }
}

/* Footer */
.footer {
    padding: 25px 0;
    background: #222;
    color: #ccc;
}
.footer a {
    color: #aaa;
}

.go2top, .go2top:focus {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 20px;
    color: #aaa;
    width: 36px;
    height: 36px;
    border: 2px solid #999;
    border-radius: 50% !important;
    text-align: center;
    padding: 6px 0px 0px 1px;
    z-index: 9999;
    font-size: 16px;
    line-height: 1;
    opacity: 0.5;
}

a.go2top:hover {
	color: #999;
}


/* ==========================================================================
Bootstrap Customize
========================================================================== */

.table > thead > tr > th {
    border-bottom: 1px solid #ddd;
}

.btn-list .btn {
    margin-bottom: 4px;
}


.btn-default {
    background: #eee;
    border-color: #eee;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
    background: #ddd;
    border-color: #ddd;
}
.btn-primary {
	background: #6e9cb3;
	border-color: #6e9cb3;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background: #6196ad;
	border-color: #6196ad;
}
.btn-dark {
    background: #333;
    border-color: #333;
    color: #fff;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
    background: #222;
    border-color: #222;
    color: #fff;
}

.form-control:focus {
    border-color: #007ec6;
    outline: 0px none;
    box-shadow: none;
}

.form-horizontal .control-label {
    text-align: left;
}

/* Seitenwechsler Default */
.pagination > li > a,
.pagination > li > span {
    color: #dd0000;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #aa0000;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #aa0000;
    border-color: #aa0000;
}

/* Seitenwechsler dunkel */
.pagination-dark .pagination > li > a,
.pagination > li > span {
    background-color: #222;
    border-color: #333;
    color: #ffcc00;
}
.pagination-dark .pagination > li > a:focus,
.pagination-dark .pagination > li > a:hover,
.pagination-dark .pagination > li > span:focus,
.pagination-dark .pagination > li > span:hover {
    background-color: #333;
    color: #ffcc00;
}
.pagination-dark .pagination > .active > a,
.pagination-dark .pagination > .active > a:focus,
.pagination-dark .pagination > .active > a:hover,
.pagination-dark .pagination > .active > span,
.pagination-dark .pagination > .active > span:focus,
.pagination-dark .pagination > .active > span:hover {
    background-color: #ffcc00;
    border-color: #ffcc00;
    color: #111;
}


/* ==========================================================================
Plugins Customize
========================================================================== */

.slick-dots li button:before {
    font-size: 12px;
    color: #eee;
}
.slick-dots li.slick-active button:before {
    color: #fff;
}


/* ==========================================================================
Navigation
========================================================================== */

.navbar-default {
    background: #99c2d7;
    border: none;
    border-radius: 0;
    margin: 0;
    min-height: auto;
}

.navbar-default .navbar-toggle {
    border-color: #eee;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #eee;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    border-color: #333;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #333;
}

.navbar-default .navbar-collapse {
    padding: 0;
}

.navbar-default .navbar-nav {
    /*float: none;*/
}

.navbar-default .navbar-nav > li {
    /*float: none;*/
    /*display: block;*/
}

.navbar-default .navbar-nav > li > a {
    padding: 8px 10px;
    color: #fff;
    font-size: 15px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #333;
}

.navbar-default .navbar-nav > li.active > a {
    color: #000;
}

.nav-language {
    text-align: right;
}


/* ==========================================================================
Media Queries
========================================================================== */

@media (max-width: 1199px) {


}

@media (max-width: 991px) {

    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
    }

}

@media (max-width: 767px) {

    h1 {
        font-size: 44px;
    }
    h2 {
        font-size: 38px;
        margin-bottom: 20px;
    }
    h3 {
        font-size: 22px;
    }

    p {
        font-size: 16px;
        line-height: 24px;
    }
    p.small {
        font-size: 14px;
        line-height: 20px;
    }
	p.lead {
		font-size: 17px;
		line-height: 25px;
	}

    .header {
        margin: 0;
    }

    .block {
        padding: 25px 0;
    }

    #news h2 {
        text-align: center;
    }

    .news-right {
        border-left: 0;
    }

    .calendar-left {
        text-align: left;
    }
    .calendar-right {
        border-left: 0;
    }

    #links {
        padding: 15px 0;
    }
    .links-logo {
        padding: 10px 0;
    }

    .selber .button-rotate {
        width: 103px;
        height: 103px;
    }
    .selber .button-hier {
        margin-top: -15px;
        margin-left: -20px;
    }
    .selber .button-hier img {
        width: 60%;
    }

    .navbar-default {
        /*background: #f9f9f9;*/
        padding-right: 0;
    }
    .navbar-default .navbar-nav {
        margin: 0;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 10px 15px;
        border-bottom: 1px solid #e7e7e7;
        font-size: 16px;
        text-align: left;
    }
    .nav-language {
        margin-bottom: 15px;
        padding: 10px 15px;
        text-align: left;
    }

}

@media print {

	.hidden-print {
		display: none;
	}
	.no-page-break {
		page-break-after: avoid;
	}
	a {
		border-bottom: none !important;
	}
	a[href]:after {
		content: "";
	}

	body {
		background-color: #fff !important;
	}

	.header {
		display: none;
	}

	.footer {
		display: none;
	}

}
