@charset "UTF-8";

/*

Blau1: #224575
Blau2: #1f5193

Sportplatzwelt-Grün-1: #006666
Sportplatzwelt-Grün-2: #008787
Sportplatzwelt-Grün-3: #35a2a2

Bordeaux1/Event: #800020
Bordeaux2: #9b0027

Grau1: #d3d3d3
Grau1: #5f5f5f

img-responsive
img-responsive-100
img-center
text-center
!important
visible-xs
hidden-xs

768px
922px
1200px

*/

html, body {
    text-size-adjust: none !important;
    -moz-text-size-adjust: none !important;
    -ms-text-size-adjust: none !important;
    -webkit-text-size-adjust: none !important;
    -o-text-size-adjust: none !important;
}

html {
	scroll-behavior: smooth;
}

body {
    background-color: #d3d3d3;
    cursor: default;
    line-height: 1.5;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.body-padding-bottom-fix {
    height: 400px !important;
}

@media (max-width:1440px) and (min-width:768px) {
    body {
        position: absolute;
        left: 10px;
        margin-top: 10px;
    }
}

.container {
    max-width: 1020px;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width:768px) {
    .body-padding-bottom-fix {
        height: 200px;
    }
    
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

a {
    color: #1f5193;
}

a:active {
    color: #1f5193;
}

a:focus {
    color: #224575;
}

a:hover {
    color: #224575;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #224575;
    text-align: left;
}

h1 a,
h2 a,
h3 a,
h4 a {
    color: #224575;
    text-decoration: none;
}

h1 {
    font-size: 2.1em;
    line-height: 1.2em;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

img {
    border-color: #d3d3d3;
}

@media (min-width: 768px) {
    h1 {
        font-size: 2.3em;
        line-height: 1.2em;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

ul {
    padding-left: 0;
}

hr {
    border-top: #cbcbcb 1px solid;
}

.marker {
    background-color: #fcff00;
}

.mehr {
    font-weight: bold;
}

.display-block {
    display: block;
}

.img-responsive {
    width: 100%;
}

div.img-responsive img {
    max-width: 100%;
}

.img-responsive-100 {
    max-width: 100%;
    height: auto;
    width: auto \9;
    /* ie8 */
}

.img-shadow {
    box-shadow: 1px 1px 5px rgb(170, 170, 170);
    display: inline-block;
    background-color: #f0f0f0;
}

.img-description {
    padding: 10px;
    font-style: italic;
    color: #666;
    font-size: 0.85em;
    line-height: 1.4em;
    text-align: left;
}

.quelle {
    display: block;
    margin-top: 5px;
    font-style: italic;
    color: #8e8e8e;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
}

.quelle a {
    color: #8e8e8e;
}

.shadow {
    box-shadow: 0px 1px 5px rgb(124, 124, 124);
}

.fixclear {
    overflow: auto;
}

article.admin-content .table-responsive {
    margin-top: 10px;
    overflow: visible;
}

.table {
    border-bottom: 1px solid #ddd;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.btn-success {
    background-color: #009900;
    border-color: #009900;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background-color: #12b528 !important;
    border-color: #12b528 !important;
}

.btn-primary {
    background-color: #25518d;
    border-color: #224575;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #224575 !important;
    border-color: #25518d !important;
}

.btn-secondary {
    background-color: #bfbfbf;
    border-color: #bfbfbf;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #dbdbdb !important;
    border-color: #dbdbdb !important;
}

.btn-danger {
    background-color: #ad3434;
    border-color: #ad3434;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
    background-color: #c9302c !important;
    border-color: #c9302c !important;
}

.btn-ebooks {
    background-color: #d6d6d6;
    border-color: #d6d6d6;
    color: #131313;
    margin-bottom: 5px;
}

.btn-ebooks:hover,
.btn-ebooks:active,
.btn-ebooks:focus {
    background-color: #eaeaea !important;
    border-color: #eaeaea !important;
    color: #303030 !important;
}

.btn-sold-out {
    background-color: #fdd0d7;
    border-color: #ffb4bf;
    color: #9d0920;
    margin-bottom: 5px;
    cursor: default;
}

.btn-sold-out:hover,
.btn-sold-out:active,
.btn-sold-out:focus {
    background-color: #fdd0d7 !important;
    border-color: #ffb4bf !important;
    color: #9d0920 !important;
    box-shadow: none;
    cursor: default;
}

.alert p:first-of-type {
    margin-top: 0;
}

.alert a,
.alert a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.alert-success a {
    color: #3c763d;
}

.alert-success a:hover {
    color: #489949;
}

.alert-warning a {
    color: #8a6d3b;
}

.alert-warning a:hover {
    color: #b2883f;
}

.progress-bar-warning-2 {
    background-color: #5cb85c;
}

.progress-bar-success-2 {
    background-color: #2f8237;
}

.alert-danger a {
    color: #a94442;
}

.alert-danger a:hover {
    color: #bf5856;
}

.alert-info {
    color: #1f5193;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cont-body iframe {
    max-width: 100% !important;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

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

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

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

.top-40 {
    margin-top: 40px;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

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

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

.bottom-40 {
    margin-bottom: 40px;
}

.bold {
    font-weight: bold;
}

.clear {
    clear: both;
}

.fa {
    margin-right: 5px;
}

.fa-none {
    display: none !important;
}

.fa-twitter{
	font-family: sans-serif !important;
}

.fa-twitter::before{
	content: "𝕏" !important;
	font-size: 1.2em !important;
}

.underline {
    text-decoration: underline;
}

.ueberschrift {
    color: #fff !important;
    background: #224575;
    font-weight: bold !important;
    padding-top: 6px;
    padding-left: 8px;
    padding-right: 6px;
    padding-bottom: 5px;
    clear: both;
    font-size: 15px !important;
}

.ueberschrift-grau {
    background: #6f6f6f !important;
}

.ueberschrift .fa {
    font-size: 16px !important;
}

.cont-all {
    margin-bottom: 200px;
    padding: 0;
    background-color: #fff;
}

.cont-body {
    background-color: #FFF;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .cont-all {
        margin-bottom: 100px;
        margin-top: 10px;
        -webkit-box-shadow: 0px 0px 5px 2px rgba(170, 170, 170, 1);
        -moz-box-shadow: 0px 0px 5px 2px rgba(170, 170, 170, 1);
        box-shadow: 0px 0px 5px 2px rgba(170, 170, 170, 1);
    }

    .cont-body {
        padding-top: 20px;
        padding-left: 30px;
        padding-right: 30px;
        min-height: 600px;
    }
}

.cont-body h1 {
    font-size: 2.1em;
    margin-bottom: 15px;
}

.news-text h1 {
    font-size: 1.8em;
}

@media (min-width: 768px) {
    .news-text h1 {
        font-size: 2.1em;
    }
}

.cont-body h1:first-of-type {
    margin-top: 0;
}

.breadcrumb {
    font-size: 0.8em;
    background: none;
    padding: 0;
}

.breadcrumb > li + li::before,
.breadcrumb > li + li:before {
    content: none;
}

.breadcrumb > li::after {
    content: "\00a0/\00a0" !important;
}

ul.breadcrumb > li:last-child::after {
    content: none !important;
}

.suche {
    float: left !important;
    width: 90%;
    margin-top: 30px;
    margin-left: 15px;
    margin-bottom: 10px;
}

.content-admin-link {
    font-size: 0.8em;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .suche {
        float: right !important;
        width: 350px;
        margin-top: 13px;
        margin-left: 0;
        margin-bottom: 0;
    }
}

/* =========================================================
Forms
============================================================ */

form label {
    display: block;
}

form#filterContainer label {
    display: inline-block;
}

form input[type="text"],
form input[type="number"],
form input[type="datetime-local"],
form input[type="number"],
form input[type="tel"],
form input[type="url"],
form input[type="email"],
form select,
textarea {
    width: 100%;
}

input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
select,
textarea {
    font-size: 16px !important;
    border: #d6d6d6 1px solid !important;
    padding: 6px;
    background-color: #fff;
}

textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus,
.uneditable-input:focus {
    border: #b7b7b7 1px solid !important;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
    /*border-color: rgba(80, 130, 35, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(80, 130, 35, 0.6);
  outline: 0 none;*/
}

textarea {
    resize: vertical;
}

input[disabled], input.disabled, input.readonly, 
input[disabled]:hover, input:hover.disabled, input:hover.readonly, 
input[disabled]:focus, input:focus.disabled, input:focus.readonly {
    background-color: #eee !important;
    color: #969696 !important;
}

input[disabled]:hover, input:hover.disabled, input:hover.readonly, 
input[disabled]:focus, input:focus.disabled, input:focus.readonly {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

button[disabled], button.disabled {
    background-color: #a1a1a1 !important;
    border-color: #a1a1a1 !important;
}

button[disabled]:hover, button:hover.disabled, 
button[disabled]:focus, button:focus.disabled {
    background-color: #858585 !important;
    border-color: #858585 !important;
}

.ui-autocomplete,
.ui-autocomplete-input {
    font-size: 16px !important;
    padding: 6px;
    z-index: 88888601;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    max-height: 450px;
    max-width: 100%;
    margin-right: 15px;
}

.ui-menu-item-wrapper {
    background-color: transparent !important;
}

.ui-menu-item a {
    background-color: #fff;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: none;
    color: #000 !important;
    border: 0 !important;
    margin: 0 !important;
}

.ui-menu-item:hover,
.ui-menu-item:hover a {
    background-color: #e3e3e3 !important;
    text-decoration: none !important;
}

@media (min-width: 768px) {
    .ui-autocomplete,
    .ui-autocomplete-input {
        margin-right: 0;
    }
}

.searchicon {
    margin-right: 0;
}

.admin-content .btn,
.imageserver-content .btn {
    margin-top: 6px;
}

.editor-textarea {
    height: 200px;
}

.icheckbox_square-grey, .iradio_square-grey {
    margin-right: 6px !important;
    margin-bottom: 6px !important;
}

/* =========================================================
Suchergebnisse 
============================================================ */

.search-image {
    float: left;
    margin-right: 20px;
    width: 100px;
    height: 67px;
    margin-bottom: 20px;
    margin-top: 5px;
    border: #ececec 1px solid;
}

.search-entry-box {
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: #e7e7e7 1px solid;
}

.search-entry-box-category {
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: #e7e7e7 1px solid;
}

.search-entry-headline {
    font-size: 18px;
    line-height: 24px;
}

#search-word {
    color: #525252;
}

@media (min-width: 768px) {
    .search-entry-teaser {
        text-align: justify;
    }
}

.page-link-list {
    list-style: none;
    margin: auto;
}

.page-link-li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid black;
}

.page-link-li:last-child {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 0;
}

.search-link-right {
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.4em;
    text-decoration: underline;
}

.search-radio-form label {
    display: inline-block;
    margin-right: 20px;
}

.search-radio-form input {
    margin-left: 4px;
}

.search-text {
    font-weight: bold;
    color: #337ab7;
}

.typeahead.dropdown-menu > li {
    font-size: 14px !important;
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match,
.typeahead.dropdown-menu li a strong {
    font-weight: bold !important;
    text-decoration: none !important;
    color: #1f5193 !important;
}

.select2-highlighted,
.typeahead.dropdown-menu li.active > a {
    background-color: #ebebeb !important;
    color: #000 !important;
}

.page-item-active a {
    background: #1f5193 !important;
    color: #fff !important;
}

.page-item-space:hover {
    background-color: #fff !important;
}


/* =========================================================
Suchergebnisse ENDE
============================================================ */

article.error {
    background-color: rgb(255, 204, 204);
    border: solid 2px rgb(255, 0, 0);
}

.error-seite,
.error-seite h1,
.error-seite h2,
.error-seite p {
    text-align: center;
}

.error-seite {
    padding: 40px;
    font-size: 1.4em;
}

/* treeview */
.treeview > ul {
    margin-left: -1em;
}

.treeview,
.treeview-root ul li {
    list-style: none;
}

.treeview-root a.glyphicon {
    margin: 0 0.2em;
    text-decoration: none;
}

.treeview-root .divider {
    letter-spacing: 4px;
    margin-right: 6px;
    margin-left: 6px;
    color: gray;
}

.treeview-root ul > li:first-child > .glyphicon-chevron-up {
    opacity: 0.3;
}

.treeview-root ul > li:last-child > .glyphicon-chevron-down {
    opacity: 0.3;
}

.treeview-root a.glyphicon:hover,
.treeview:hover:before {
    background-color: rgba(62, 130, 21, 0.15);
}

.treeview-root ul {
    padding-left: 80px;
    text-align: left;
    line-height: 2em;
}

.treeview:before {
    cursor: pointer;
    content: "+";
    font-family: monospace;
    padding: 0 0.25em;
    margin-left: -1.55em;
    margin-right: 0.3em;
    border: solid 1px silver;
    font-weight: bold;
}

.treeview[data-open="1"]:before {
    content: "–";
}

.entry-visible-1 {
    color: #333;
}

.entry-visible-0 {
    color: #919191;
}

.entry-html-0 {
    color: #333;
}

.entry-html-1 {
    color: #2b416b;
}

img[align="left"] {
    margin-right: 1em;
}

nav#tabnav {
    border-bottom: solid 1px lightgrey;
}

nav#tabnav a {
    display: inline-block;
    border: solid 1px lightgrey;
    border-bottom: none;
    margin: 0 4px;
    padding: 0 8px;
    text-decoration: none;
}

nav#tabnav a.current,
nav#tabnav a:hover {
    background-color: #efefef;
}

.cke_filebrowser_imagelist a {
    display: inline-block;
    margin: 4px;
}

oembed {
    display: block;
	border: #cbcbcb 1px solid;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
}

oembed iframe,
.oembed-content iframe {
    width: 100% !important;
	min-height: 200px !important;
}

@media (min-width: 500px) {
    oembed iframe,
    .oembed-content iframe  {
        min-height: 300px !important;
    }
}

@media (min-width: 768px) {
    oembed iframe,
    .oembed-content iframe  {
        min-height: 350px !important;
    }
}

.oembed-activator,
.oembed-deactivator {
	color: #171717;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
}

@media (min-width:768px) {
	.oembed-activator,
	.oembed-deactivator {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 60px;
		padding-left: 60px;
	}
}

.oembed-activator h3,
.oembed-deactivator h3 {
	text-align: center;
	font-size: 1.6em;
}

.oembed-activator a.btn {
	text-align: center;
	width: 100%;
}

.twitter-tweet {
	margin: 0 auto !important;
	padding-top: 20px !important;
}

.fb-post {
	margin: 0 auto !important;
	padding-top: 20px !important;
	display: flex !important;
	justify-content: center !important;
}

.box {
    padding: 10px;
    border: #cbcbcb 1px solid;
    margin-bottom: 20px;
    text-align: left;
}

@media (min-width: 768px) {
    .box {
        padding: 15px;
    }
}

@media (min-width: 922px) {
    .box {
        padding: 20px;
    }

    .box-news {
        padding: 25px;
    }
}

.box h2:first-of-type,
.box h3:first-of-type,
.box h4:first-of-type {
    margin-top: 0;
    margin-bottom: 15px;
}

.box-content {
    overflow: auto;
}

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
    text-decoration: none;
    color: #333;
}

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

    a[href^="tel"]:link,
    a[href^="tel"]:visited,
    a[href^="tel"]:hover {
        text-decoration: none;
        color: #224575;
    }
}

.cont-footer {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .cont-footer {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.footer {
    padding: 30px;
    background-color: #224575;
    color: #fff;
}

.footer a,
.footer h3,
.footer-bottom a {
    color: #fff !important;
}

.footer ul {
    list-style-type: none;
    color: #fff;
    margin-left: 0;
    margin-bottom: 0;
}

.footer ul li a {
    padding: 0 0 5px 0;
    display: block;
}

.footer-bottom {
    background-color: #1f5193;
    color: #fff;
    border-top: 1px solid #2c6bc0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-bottom a {
    color: #fff;
}

.list-none {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lese-text {
    font-size: 16px;
    line-height: 1.6;
}

.lese-text p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.news-text > h1,
.news-text > h2,
.news-text > h3,
.news-text > h4,
.news-text > h5,
.news-text > td,
.statisch-text > h1,
.statisch-text > h2,
.statisch-text > h3,
.statisch-text > h4,
.statisch-text > h5,
.statisch-text > td {
    text-align: left;
}

@media (min-width: 500px) {
    .lese-text p:first-of-type {
        margin-top: 0;
    }
}

@media (min-width: 500px) {
    .statisch-text {
        padding: 20px;
    }
}

@media (min-width: 922px) {
    .statisch-text {
        padding: 40px;
    }
}

.news-boxes {
    margin-top: 20px;
}

.news-box,
.news-box-2 {
    width: 100%;
    margin-bottom: 20px;
}

.news-box-text p {
    margin-top: 5px;
}

.news-box-headline h2,
.news-box-text h2 {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-top: 5px;
    margin-bottom: 0;
}

.news-box-rubrik {
    font-size: 0.8em;
    color: #5f5f5f;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 5px;
}

.news-box-bild {
    width: 100%;
    height: 180px;
}

.news-box-bild-gross {
    height: 180px;
}

.news-box-bild img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: #dfdfdf 1px solid;
}

.news-bild {
    width: 120px;
    height: 80px;
    object-fit: cover;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 2px;
    border: #dfdfdf 1px solid;
}

.news-bild-klein {
    width: 100px;
    height: 67px;
    object-fit: cover;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 2px;
    border: #dfdfdf 1px solid;
}

@media (min-width: 500px) {

    .news-text,
    .firma-text,
    .statisch-text {
        text-align: justify;
    }
}

@media (min-width: 400px) {
    .news-box-bild {
        height: 200px;
    }

    .news-box-bild-gross {
        height: 220px;
    }
}

@media (min-width: 500px) {
    .news-box,
    .news-box-2 {
        width: 50%;
    }
    
    .news-box-bild {
        height: 170px;
    }

    .news-box-bild-gross {
        height: 260px;
    }

    .news-bild {
        width: 170px;
        height: 110px;
    }
}

@media (min-width: 600px) {
    .news-box-bild {
        height: 200px;
    }

    .news-box-bild-gross {
        height: 340px;
    }
}

@media (min-width: 768px) {
    .news-box {
        width: 33.33333333%;
    }

    .news-box-bild {
        height: 170px;
    }

    .news-box-bild-gross {
        height: 320px;
    }

    .news-box-headline h2 {
        font-size: 1.3em;
        line-height: 1.2em;
    }
}

@media (min-width: 992px) {
    .news-box-bild {
        height: 170px;
    }

    .news-box-bild-gross {
        height: 300px;
    }

    .news-box-headline h2 {
        font-size: 1.4em;
    }
}

.responsive-list-fachwissen {
    -moz-column-width: 13em;
    /* Firefox */
    -webkit-column-width: 13em;
    /* webkit, Safari, Chrome */
    column-width: 13em;
}

.responsive-list-menu,
.responsive-list-laender,
.responsive-list-guide,
.responsive-list-footer {
    -moz-column-width: 20em;
    /* Firefox */
    -webkit-column-width: 20em;
    /* webkit, Safari, Chrome */
    column-width: 20em;
}

.responsive-list ul {
    margin: 0;
    padding: 0;
}

.responsive-list-menu ul {
    padding-left: 20px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .responsive-list-menu ul {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.rubrik-text a {
    font-weight: bold;
    font-style: italic;
}

.news-blaettern > a,
.news-blaettern > span {
    display: block;
    text-align: center;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
    color: #fff;
    background-color: #2659a0;
    padding: 8px;
    text-decoration: none;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    min-width: 40px;
}

.pagination > li > a, .pagination > li > span {
    color: #1f5193;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #224575;
}

.news-klein h2 {
    font-size: 0.8em;
    margin-top: 0;
    line-height: 1.3em;
    margin-bottom: 0;
}

.news-klein p {
    font-size: 0.8em;
    line-height: 1.3em;
    margin-top: 4px;
}

.box-special h3 {
    line-height: 1.4em;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
}

.box-special .responsive-list {
    margin-top: 15px;
    font-size: 1.1em;
    line-height: 1.8em;
}

.box-special ul {
    list-style-type: none;
}

.start-bild {
    width: 100%;
    position: relative;
    background-image: url(https://www.stadionwelt.de/images/start-bild-back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

.start-bild-text {
    height: 110px;
    display: table-cell;
    vertical-align: bottom;
    padding-left: 15px;
}

.start-bild-text span {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.8), 0px 5px 10px rgba(0, 0, 0, 0.6), 0px 10px 15px rgba(0, 0, 0, 0.6);
}

@media (min-width: 600px) {
    .start-bild-text span {
        font-size: 3.5em;
    }
}

.news-top {
    background-color: #d3d3d3;
    padding: 20px;
}

.news-top h2 {
    margin-top: 5px;
}

.box-special {
    margin-top: 20px;
}

.right-start h3 {
    font-size: 1em;
    margin-bottom: 30px;
}

.news-blaettern > span {
    background-color: #1f5193;
}

.news-blaettern > a:hover {
    color: #fff;
    background-color: #224575;
}

.abo-box {
    padding: 20px;
    text-align: left !important;
    margin-bottom: 30px;
    border: #efefef 6px solid;
    padding-bottom: 10px;
    height: 100%;
}

@media (min-width:768px) {
    .abo-box {
        margin-bottom: 15px;
    }
}

.abo-box > h2 {
    font-size: 2.4em;
}

.abo-box-2 > h2 {
    font-size: 1.7em;
}

.abo-box > ul {
    margin: 1em 0;
    padding: 0 0 0 15px;
}

.abo-box > h4 {
    color: #224575;
    font-size: 1.6em;
    margin-top: 18px;
}

.abo-button {
    font-size: 1.4em;
    width: 100%;
    font-weight: bold;
}

@media (min-width:500px) {
    .abo-button {
        font-size: 1.9em;
    }
}

@media (min-width:768px) {
    .abo-button {
        font-size: 2.5em;
    }
}

@media (min-width:1200px) {
    .abo-button {
        font-size: 3.2em;
    }
}

.box-news {
    margin-bottom: 20px;
    margin-top: 20px;
    border: 0;
}

.box-news p {
    margin-bottom: 0;
}

.box-news h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.box-wissen {
    padding: 20px;
    line-height: 1.6em;
}

.box-wissen h4 {
    font-weight: normal;
    font-size: 1em;
    margin-bottom: 0;
    margin-top: 1px;
    color: #333;
}

.box-wissen h4:first-of-type {
    margin-bottom: 0;
    margin-top: 1px;
}

.box-wissen h4 a {
    color: #333;
}

.wissen-bild {
    margin-bottom: 30px;
    margin-top: 30px;
}

.weitere-news {
    list-style: none;
    line-height: 1.2em;
    margin-top: 20px;
}

.zitat {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 2.2em;
    line-height: 1.25em;
    color: #737373;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.weitere-news li {
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .weitere-news-unten .news-box:nth-of-type(4) {
        display: none;
    }
}

.daten-eintrag {
    line-height: 1.3em;
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 6px;
    padding-bottom: 16px;
    border-bottom: #dddddd 2px dashed;
}

.daten-eintrag h4 {
    font-size: 1.2em;
    line-height: 1.3em;
}

.daten-eintrag:first-of-type {
    border-top: #dddddd 2px dashed;
    margin-top: 30px;
    padding-top: 16px;
}

.news-eintrag {
    line-height: 1.3em;
    font-weight: bold;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 4px;
    padding-bottom: 6px;
    border-bottom: #dddddd 2px dashed;
}

.news-eintrag h4 {
    font-size: 1.2em;
    line-height: 1.3em;
    margin-top: 5px;
}

.news-eintrag:first-of-type {
    border-top: #dddddd 2px dashed;
    margin-top: 0;
    padding-top: 10px;
}

.daten-eintrag-rubrik {
    font-size: 0.8em;
    color: #5f5f5f;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: normal;
}

.news-eintrag .daten-eintrag-rubrik {
    margin-top: 6px;
    margin-bottom: 0;
}

.icon-bild {
    width: 25px;
    height: 25px;

    float: left;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 14px;
}

.icon-bild-gross {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    margin-bottom: 8px;
}

.box-download a {
    color: #224575;
}

.box-download a:hover {
    color: #1f5193;
}

@media (min-width:500px) {
    .icon-bild {
        margin-top: 0;
    }

    .icon-bild-gross {
        margin-top: -8px;
    }
}

@media (min-width:768px) {
    .box-wissen h4 {
        font-size: 1.1em;
        margin-top: 5px;
    }

    .box-wissen h4:first-of-type {
        margin-top: 5px;
    }
}

.box-news-as {
    color: #004f94;
    text-align: center;
}

.box-news-as a {
    color: #004f94;
}

.box-news-as img {
    margin-bottom: 10px;
    max-width: 200px;
}

@media (min-width:768px) {
    .at-share-dock {
        display: none !important;
    }
}

.top-bereich {
    color: #444444;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-top: 5px;
    height: 34px;
    font-size: 0.8em;
    margin-bottom: 20px;
}

.top-bereich-ueberschrift {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    font-stretch: condensed;
}

.top-bereich-text {
    margin-top: 2px !important;
}

.sidebar h3,
.sidebar h4,
.sidebar h5,
.publikationen h2 a {
    color: #224575;

    font-weight: normal;
}

.sidebar h4 {
    font-size: 16px;
}

@media (min-width:768px) {
    .sidebar h2:first-of-type {
        margin-top: 0;
    }
}

.sidebar-list h5 {
    margin-top: 2px;
    margin-bottom: 12px;

    line-height: 1.4em;
    font-weight: bold;
}

.sidebar-list,
.sidebar-data {
    margin-bottom: 20px;
}

.publikation-title {
    margin-top: 28px;
    margin-bottom: 16px;
}

.publikationen h2 a:hover,
.publikation h4 a:hover {
    text-decoration: none;
}

.publikation-content ul {
    padding-left: 14px;
    text-align: left;
}

.publikation-content h3 {
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 35px;
}

.publikation-content h3:first-child {
    margin-top: 0;
}

.sidebar-publikationen .publikation hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: #dddddd 2px dashed;
}

.sidebar-publikationen .publikation:last-of-type hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 0;
}

.vorschau-cover {
    width: 110px;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}

.vorschau-cover-klein {
    width: 90px;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}

.cover-left {
    max-width: 400px;
    padding-bottom: 20px;
}

.cover-gross {
    max-width: 400px;
}

@media (min-width:768px) {
    .vorschau-cover {
        width: 130px;
    }
}

.bereich {
    font-size: 0.8em;
    color: #797979;
    text-transform: uppercase;
}

.content-gross {
    font-size: 1.1em;
}

.content-gross h2 {
    font-size: 1.2em;
    margin-top: 5px;
}

#content-preview-container {
    position: relative;
    overflow: hidden;
}

.preview-container-news {
    height: 400px;
}

.preview-container-data {
    height: 100px;
}

.content-preview {
    z-index: 1;
}

.content-preview-overlay {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    z-index: 2;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 500px;
}

.overlay-news {
    height: 400px;
}

.overlay-data {
    height: 100px;
}

.box-logos {
    text-align: center;
}

.logo-firma-headline {
    background-color: #f0f0f0;
    height: 38px;
    padding: 4px;
    padding-top: 6px;
    text-align: center;
    font-style: italic;
    overflow: visible;
    color: #5f5f5f;
    -ms-hyphens: auto !important;
    -webkit-hyphens: auto !important;
    hyphens: auto !important;
    word-wrap: break-word !important;
}

.logo-link,
.logo-link:hover {
    text-decoration: none;
}

.logo-firma-2 {
    background-color: #FFF;
    box-shadow: 1px 1px 5px rgb(200, 200, 200);
}

.logo-firma-2:hover {
    box-shadow: 1px 1px 5px rgb(140, 140, 140);
}

.logo-firma-image {
    width: 100%;
    max-width: 100px;
    height: auto;
    margin: 0 auto;
}

.logo-firma-logo {
    width: 90%;
    max-width: 100px;
    max-height: 67px;
    height: auto;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 8px;
}

.logos-firmen {
    margin-top: 20px;
}

.logo-firma {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    width: 90px;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 18px;
}

@media (min-width: 768px) {
    .logo-firma-logo {
        width: 100px;
        height: 67px;
    }

    .logo-firma {
        width: 110px;
    }
}

@media (min-width: 992px) {
    .logo-firma {
        margin: 0;
        margin-bottom: 15px;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }
}

.kontakt-box,
.kontakt-box h2 {
    text-align: center;
}

.firma-logo-klein {
    width: 100px;
    height: auto;
    /*box-shadow:0px 1px 5px rgb(124, 124, 124);*/
}

#firma-kopf {
    text-align: center;
}

@media (min-width: 370px) {
    #firma-kopf {
        margin-bottom: 20px;
    }

}

#firma-kopf h1 {
    text-align: center;
}

#firma-kopf img {
    margin-top: 15px;
}

.kategorie-labels a:hover,
.kategorie-labels a:focus,
.kategorie-labels a:active {
    text-decoration: none;
}

.label-default:hover {
    background-color: #224575;
}

.label-firma {
    padding: .4em .6em .4em;
    font-size: 1em;
    line-height: 2.4em;
}

.firma-labels > a,
.firma-labels > a:hover {
    text-decoration: none;
}

.firma-anschrift,
.firma-tel-fax,
.firma-online,
.firma-sonstiges {
    margin-top: 15px;
}

.firma-logo-klein {
    margin-bottom: 20px;
}

.firma-link-list {
    list-style: none;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0 !important;
    font-size: 16px !important;
    line-height: 1.6;
    text-align: left;
}

.checkliste {
    line-height: 1.8em;
    margin-left: 2px;
    list-style: none;
}

.checkliste li:before {
    content: '\f046 ';
    font-family: 'FontAwesome';
    float: left;
    margin-right: 8px;
}

.select-filter {
    margin-bottom: 6px;
    width: 100%;
}

@media (min-width: 500px) {
    .select-filter {
        font-size: 11px;
        line-height: 14px;
        width: 50%;
    }

    .select-filter select {
        font-size: 11px !important;
        line-height: 11px !important;
        padding: 4px;
    }
}

@media (min-width: 768px) {
    .liste-2-spalten {
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        -webkit-column-count: 2;
        -webkit-column-gap: 10px;
        column-count: 2;
        column-gap: 10px;
    }

    .liste-3-spalten {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

.avz-eintrag {
    margin-top: 25px;
}

.avz-eintrag h3 {
    margin-top: 0;
}

.avz-logo {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    box-shadow: 1px 1px 5px rgb(200, 200, 200);
}

.logo-plus-klein {
    width: 100px;
    margin-bottom: 15px;
    float: right;
}

.logo-plus-klein-2 {
    width: 80px;
    float: right;
    /*margin-bottom: 15px;*/
}

.logo-plus-klein-3 {
    width: 70px;
    margin-right: 10px;
    margin-bottom: 3px;
}

.password-progress {
    margin-top: 8px;
    margin-bottom: 0;
    height: 5px;
}

.data-buttons p {
    margin-bottom: 20px;
}

.button-bild {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    height: 80px;
    border-radius: 4px;
}

.button-bild-text {
    height: 110px;
    display: table-cell;
    vertical-align: bottom;
    padding-left: 15px;
    padding-bottom: 25px;
}

.button-bild-text h2 {
    font-size: 2em;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 2px 0px 4px #000000;
    font-weight: bold;
}

.rechte-spalte h2 {
    font-weight: bold;
}

.rechte-spalte h5 {
    margin-top: 2px;
    margin-bottom: 12px;
    line-height: 1.4em;
}

.rechte-spalte h5 a {
    color: #337ab7;
}

.text-gross {
    font-size: 1.2em;
}

.text-klein {
    font-size: 0.8em;
}

.text-klein h3 {
    font-size: 1.2em;
    font-weight: bold;
}

.text-klein h4 {
    font-size: 1em;
    margin-bottom: 10px;
}

.publication-link {
    margin-top: 20px;
}

blockquote {
    padding: 0;
    padding-left: 20px;
    margin: 0 0 20px;
    font-size: 100%;
    border-left: 6px solid #8a8a8a;
    text-align: left;
    font-style: italic;
    color: #666666;
}

@media (min-width: 1200px) {
    .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
}

/* =========================================================
Fotos/Guides
============================================================ */

.fotos-laender h1,
.fotos-land h1 {
    margin-bottom: 40px;
}

.fotos-laender h2,
.fotos-land h2 {
    margin-bottom: 20px;
}

.fotos-laender .responsive-list,
.table-liga {
    margin-bottom: 40px;
}

.laender-liste {
    list-style: none;

    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
}

.laender-liste li a {
    display: block;
    color: #5b5b5b;
    padding-top: 7px;
    padding-bottom: 7px;
}

.laender-liste li a:hover {
    color: #373737;
    font-weight: bold;
    text-decoration: none;
}

.laender-liste li a:hover img {
    margin-left: -3px;
}

.flag-small {
    width: 22px;
    height: 15px;
    margin-right: 10px;
    margin-top: -3px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
}

.flag-big {
    width: 38px;
    height: 25px;
    margin-right: 12px;
    margin-top: -4px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
}

.table-b {
    width: 100%;
    font-size: 13px;
    line-height: 16px;
}

.table-b-row {
    display: block;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
}

.table-b-cell {
    display: block;
    border-top: 1px solid #ebebeb;
    padding-top: 4px;
    padding-bottom: 4px;
}

.table-b-row:nth-child(odd) {
    background-color: #f5f5f5;
}

.table-b-thead {
    font-weight: bold;
}

.table-b .text-center {
    text-align: left;
}

@media (min-width: 768px) {
    .table-b {
        display: table;
        border-top: 2px solid #e7e7e7;
        border-bottom: 2px solid #e7e7e7;
        border-collapse: collapse;
    }

    .table-b-row {
        border-top: 1px solid #e7e7e7;
        display: table-row;
        margin-bottom: 0;
    }

    .table-b-cell {
        display: table-cell;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .table-b-thead {
        font-weight: normal;
    }

    .table-b .text-center {
        text-align: center;
    }
}

.fotoseite-bild {
    margin-bottom: 30px;
}

.fotoseite-bild img {
    margin-bottom: 8px;
}

.fotoseite-bild .quelle {
    font-size: 14px;
}

.box-guide {
    margin-top: 15px;
    height: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
}

.box-guide p:last-of-type,
.foto-box p:last-of-type {
    margin-bottom: 0;
}

.guide-daten {
    list-style: none;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.3;
    text-align: left;
}

.guide-start-fotos {
    width: 100%;
    height: 100%;
    max-height: 40px;
    margin-bottom: 15px;
}

.guide-daten li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.guide-buttons li {
    margin-bottom: 10px;
}

.guide-btn {
    text-align: left;
    border-radius: 10px;
    padding-left: 16px;
    font-size: 1.4em;
}

.foto-box h2 {
    font-size: 15px;
    min-height: 34px;
}

.foto-box img {
    height: 80px;
}

.guide-start-foto {
    width: 100%;
    height: auto;
    max-height: 200px !important;
}

.guide-event {
    margin-bottom: 40px;
}

.foto-updates h3 {
    margin-top: 50px;
}

.foto-updates h5 {
    margin-top: 25px;
    margin-bottom: 5px;
    color: #333;
}

.foto-updates-liste {
    list-style: none;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 0.8em;
    line-height: 1.6em;
}

@media (min-width: 400px) {
    .foto-box img {
        height: 100px;
    }
}

@media (min-width: 600px) {
    .foto-box img {
        height: 120px;
    }

    .guide-start-foto {
        max-height: 240px !important;
    }

    .guide-start-fotos {
        max-height: 80px;
    }
    
    .foto-updates-liste {
        font-size: 1em;
        line-height: 1.8em;
    }
}

@media (min-width: 768px) {
    .foto-box img {
        height: 100px;
    }

    .guide-start-foto {
        max-height: 170px !important;
    }

    .guide-event {
        border-right: #cecece 1px solid;
        margin-bottom: 0;
    }
}

/* =========================================================
News-Tabellen
============================================================ */
.news-text .table-responsive {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 15px;
	text-align: left;
}

.news-text .table {
    margin-bottom: 0;
}

.news-text .table-responsive .table tr:nth-child(odd) {
    background-color: #f6f6f6;
}

.news-text .table-responsive .table tr:hover {
    background-color: #cfecff;
}

.news-text .table-responsive .table > tbody > tr > td,
.news-text .table-responsive .table > tbody > tr > th,
.news-text .table-responsive .table > tfoot > tr > td,
.news-text .table-responsive .table > tfoot > tr > th,
.news-text .table-responsive .table > thead > tr > td,
.news-text .table-responsive .table > thead > tr > th {
    padding: 4px;
    line-height: 1.35;
}

/* =========================================================
Venobox / Galerie
============================================================ */

.vbox-overlay {
    z-index: 99999300;
}

.galerie {
    text-align: center;
}

.galerie li {
    display: inline-block;
    border: #e7e7e7 2px solid;
    margin: 6px;
    padding: 4px;
    width: 44%;
    height: 100px;
    box-shadow: 1px 1px 5px rgb(160, 160, 160);
}

@media (min-width: 400px) {
    .galerie li {
        height: 110px;
    }
}

@media (min-width: 500px) {
    .galerie li {
        width: 28%;
    }
}

@media (min-width: 768px) {
    .galerie li {
        width: 30%;
        height: 120px;
    }
}

.galerie li:hover {
    border: #bbbbbb 2px solid;
    box-shadow: 1px 1px 5px rgb(90, 90, 90);
}

.galerie li img {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vbox-close {
    font-size: 2em;
}

.vbox-title {
    font-size: 1.2em;
    padding: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    height: auto;
    line-height: 1.3em;
}

@media (min-width: 768px) {
    .galerie li {
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .galerie img {
        width: 147px;
        height: 100px;
    }

    .galerie li:nth-child(4n) {
        margin-right: 0;
    }

    .vbox-close {
        font-size: 2em;
    }
}

@media (min-width: 992px) {
    .galerie img {
        width: 171px;
        height: 115px;
    }

    .galerie li:nth-child(4n) {
        margin-right: 15px;
    }

    .galerie li:nth-child(3n) {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .galerie img {
        width: 178px;
        height: 120px;
    }
}

a.venobox,
a.venobox:hover {
    cursor: zoom-in;
    text-decoration: none;
}


/* =========================================================
Carousel
============================================================ */

#carousel-tilenav {
    margin-bottom: 20px;
}

.carousel-showmanymoveone .carousel-control {
    background-image: none;
    filter: alpha(opacity=100);
    opacity: 1.0;
    width: 8%;
}

@media (min-width:768px) {
    .carousel-showmanymoveone .carousel-control {
        width: 3%;
    }
}

.carousel-showmanymoveone .carousel-control.left {
    margin-left: 0;
}

.carousel-showmanymoveone .carousel-control.right {
    margin-right: 0;
}

.carousel-showmanymoveone .cloneditem-1,

.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}

.carousel .item .col-xs-12 {
    padding: 0;
}

.carousel-showmanymoveone .carousel-inner {
    background-color: #ededed;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .carousel .item .col-xs-12:nth-last-child(-n+2) {
        display: none;
    }
}

@media all and (min-width: 768px) {

    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 50%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {

    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width: 992px) {

    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {

        left: -16.6%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 16.6%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {

    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(16.6%, 0, 0);
        transform: translate3d(16.6%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-16.6%, 0, 0);
        transform: translate3d(-16.6%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

#startCarousel {
    background-color: #e6e6e6;
}

#startCarousel .nav a small {
    display: block;
}

#startCarousel .nav {
    background: #224575;
}

#startCarousel .nav a {
    border-radius: 0px;
    color: #fff;
}

#startCarousel .nav a:hover,
#startCarousel .nav a:focus {
    background: #265a90;
}

#startCarousel .carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    text-shadow: none;
    text-align: left;
    color: #444444;
    /* geändert */
    padding-bottom: 0;
    padding-left: 20px;
    min-height: 120px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 4s;
    transition-timing-function: linear;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.magazin-carousel {
    font-size: 0.85em;
}

.magazin-carousel h3 {
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    text-shadow: 1px 1px 5px rgba(0,0,0,.99);
}

.magazin-carousel p {
    font-size: 1em;
    line-height: 1.2em;
    text-shadow: 1px 1px 5px rgba(0,0,0,.99);
    margin-top: 0;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .magazin-carousel {
        font-size: 1em;
    }

    .magazin-carousel h3 {
        font-size: 1.8em;
        margin-bottom: 10px;
    }

    .magazin-carousel p {
        font-size: 1.1em;
        line-height: 1.3em;
        margin-top: 5px;
        margin-bottom: 10px;
    }
}

.magazin-carousel-indicators li {
    text-shadow: 1px 1px 5px rgba(0,0,0,.99);
}

.magazin-carousel a {
    color: #fff;
    text-decoration: none;
}

.magazin-carousel a:active {
    color: #fff;
}

.magazin-carousel a:focus {
    color: #fff;
}

.magazin-carousel a:hover {
    color: #fff;
}

.magazin-ueberschrift {
    font-size: 1.2em !important;
    padding-left: 12px;
    margin-top: 40px !important;
}

.top-inhalt > h2 {
    margin-top: 10px;
}


/* =========================================================
Accordion
============================================================ */
.ui-accordion .ui-accordion-header {
    font-size: 20px !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #224575;
    background: #224575;
}

.ui-accordion .ui-accordion-header {
    margin-bottom: 8px;
}

.ui-accordion .ui-accordion-content {
    margin-bottom: 8px;
}

.ui-accordion-header-active,
.accordion-header-active {
    margin-bottom: 0 !important;
}

/* =========================================================
Popover
============================================================ */
.popover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    z-index: 99999500;
}

.popover-title {
    background-color: #f7f7f7;
    font-weight: bold !important;
    font-size: 1.8em;
    color: #224575;
    padding-top: 13px;
    margin-bottom: 2px !important;
}

.popover-content {
    padding: 8px 15px;
    font-size: 1.4em;
}


/* =========================================================
Werbung
============================================================ */
.anzeige {
    font-size: 10px;
    line-height: 11px;
    color: #676767;
    font-style: italic;
    margin-bottom: 4px;
    text-align: left;
}

#sdm-wrapper {
    /*background-color:#9FF;*/
    width: 100%;
    margin: 0 auto;
}

#sdm-main {
    /*background-color:#C6F;*/
    position: relative;
    width: 100%;
    display: none;
}

#sdm-banner-div,
#eigenwerbung-top-banner {
    text-align: center;
    /*z-index:60;*/
    display: none;
}

#top-banner {
    text-align: center;
}

#top-banner img {
    border: #e7e7e7 2px solid;
	max-width: 732px;
}

#sdm-billboard-container {
    margin-top: 5px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    display: none;
}

#sdm-billboard-div {
    display: none;
    text-align: center;
}

#billboard-desktop-wrapper,
.billboard-desktop-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	width: 100%;
    padding-top: 60px;
    padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.anzeigen-notification {
    font-size: 12px;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 5px;
}

#billboard-desktop,
.billboard-desktop {
	margin-left: auto;
    margin-right: auto;
}

#billboard-desktop img
.billboard-desktop img {
    border: #e7e7e7 2px solid;
}

#sdm-sky-container {
    left: 100%;
    position: absolute;
    /*z-index:50;*/
    display: none;
    margin-left: 10px;
}

#sdm-sky-div,
#skyscraper {
    min-width: 160px;
    position: absolute;
    display: none;
}

#skyscraper img {
    border: #e7e7e7 2px solid;
	max-width: 304px;
}

#sdm-rectangle-container, 
#sdm-rectangle2-container, 
#sdm-rectangle3-container, 
#sdm-rectangle4-container, 
#sdm-topmobile-container, 
#sdm-topmobile2-container, 
#sdm-topmobile3-container, 
#sdm-topmobile4-container,  
#sdm-topmobile5-container,  
#sdm-topmobile6-container,  
#sdm-pubperform-container {
    text-align: center !important;
    margin: 0 auto;
}

#sdm-rectangle-container {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

#sdm-topmobile-container {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}

#sdm-stickyfooter-container {
    position: -webkit-sticky;
    position: sticky;
    bottom: 35px;
    left: 0;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 15px;
    z-index: 99999700;
}

.sdm-container {
    clear: both;
    width: 100%;
    text-align: center !important;
}

.sdm-padding-container {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.banner-start {
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    #sdm-wrapper {
        display: inherit;
    }

    #sdm-main {
        display: inherit;
    }

    #sdm-banner-div,
    #eigenwerbung-top-banner {
        display: inherit;
    }
    
    #billboard-desktop-wrapper,
    .billboard-desktop-wrapper {
        padding-top: 0 !important;
    }

    #sdm-billboard-container {
        margin: 0;
        padding-top: 20px;
        text-align: center;
        display: inherit;
    }
    
    #sdm-topmobile2-container.sdm-container, 
    #sdm-topmobile3-container.sdm-container, 
    #sdm-topmobile4-container.sdm-container,  
    #sdm-topmobile5-container.sdm-container,  
    #sdm-topmobile6-container.sdm-container {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    #billboard-mobile {
        display: none;
    }

    .banner-start {
        padding-bottom: 20px;
    }
}

@media (min-width: 992px) {
    #sdm-wrapper {
        /*background-color:#CCF;*/
        width: 970px;
    }

    #sdm-main {
        /*background-color:#CCF;*/
    }

    #sdm-banner-div,
    #eigenwerbung-top-banner {
        /*background-color:#CCF;*/
        width: 970px;
    }

    #sdm-billboard-container {}

    #sdm-billboard-div {
        display: inherit;
    }

    #sdm-sky-container {
        display: inherit;
    }

    #sdm-sky-div,
    #skyscraper {
        display: inherit;
    }

    #billboard-desktop img,
    .billboard-desktop img {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    #sdm-wrapper {
        /*background-color:#0FC;*/
        width: 1020px;
    }

    #sdm-main {
        /*background-color:#0FC;*/
    }

    #sdm-banner-div,
    #eigenwerbung-top-banner {
        /*background-color:#0FC;*/
        width: 1020px;
    }
}

#sdm-billboard-div {
    /*background-color:#FF0;*/
}

#sdm-out-of-page-div {
    /*background-color:#6F0;*/
    /*z-index:5;*/
}
.sidebar-eigenwerbung {
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 400px;
}

body.cpauthenticated #billboard-desktop-wrapper,
body.cpauthenticated .billboard-desktop-wrapper,
body.cpauthenticated #billboard-desktop,
body.cpauthenticated .billboard-desktop,
body.cpauthenticated #billboard-mobile,
body.cpauthenticated .billboard-mobile,
body.cpauthenticated #sdm-sky-container,
body.cpauthenticated skyscraper,
body.cpauthenticated #popup-unten {
	display: none !important;
}

/* =========================================================
Firmen ALT
============================================================ */
.firma-text h3 {
    line-height: 1.3em;
    margin-top: 30px;
}

.firma_old_layout .post .ueberschrift {
    font-size: 1.2em;
    background: none;
    color: #444444;
    padding: 0;
    margin-bottom: 15px;
}

.box-content img,
.box-content p img {
    max-width: 100%;
}

.firma_old_layout .post h1,
.firma_old_layout .post h3,
.firma_old_layout .post h4 {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}

.firma-kontakt-phone {
    margin-bottom: 15px;
}

.bild-klein,
.bild-klein-2,
.bild-klein-3,
.bild-klein-5,
.bild-klein-150 {
    background-color: #f0f0f0;
    font-size: 0.85em;
    margin-bottom: 10px;
    width: 120px;
    margin-top: 5px;
}

.bild-klein-2 {
    width: 80px;
}

.bild-klein-3 {
    width: 100px;
}

.bild-klein-4 {
    width: 50px;
}

.bild-klein-5 {
    width: 130px;
}

.bild-klein-150 {
    width: 100px;
}

@media (min-width:768px) {
    .bild-klein {
        width: 170px;
    }

    .bild-klein-2 {
        width: 80px;
    }

    .bild-klein-3 {
        width: 100px;
    }

    .bild-klein-4 {
        width: 50px;
    }

    .bild-klein-5 {
        width: 100px;
    }

    .bild-klein-150 {
        width: 150px;
    }
}

.bild p,
.bild-klein p {
    margin-bottom: 0;
}

.float-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.float-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}

@media (min-width:768px) {
    .firma_old_layout > .bild-mittel {
        width: 200px;
    }

    .firma_old_layout > .bild-klein {
        width: 150px;
    }

    .firma_old_layout > .bild-klein-2 {
        width: 80px;
    }

    .firma_old_layout > .bild-klein-3 {
        width: 100px;
    }

    .firma_old_layout > .bild-klein-4 {
        width: 50px;
    }
}

.bild-klein,
.bild-klein-2,
.bild-klein-3,
.bild-klein-5 {
    background-color: #f0f0f0;
    font-size: 0.85em;
    margin-bottom: 10px;
    width: 120px;
    margin-top: 5px;
}

.image-float-left,
.image-float-right {
    height: auto !important;
    margin-bottom: 10px !important;
    margin-top: 6px !important;
    max-width: 120px !important;
}

@media (min-width: 500px) {

    .image-float-left,
    .image-float-right {
        max-width: 150px !important;
    }
}

.image-float-left img,
.image-float-right img {
    max-width: 100%;
}

.image-float-left {
    float: left !important;
    margin-right: 20px !important;
}

.image-float-right {
    float: right !important;
    margin-left: 20px !important;
}

.bild-klein-2 {
    width: 80px;
}

.bild-klein-3 {
    width: 100px;
}

.bild-klein-4 {
    width: 50px;
}

.bild-klein-5 {
    width: 130px;
}

@media (min-width: 768px) {
    .bild-klein {
        width: 170px;
    }

    .bild-klein-2 {
        width: 80px;
    }

    .bild-klein-3 {
        width: 100px;
    }

    .bild-klein-4 {
        width: 50px;
    }

    .bild-klein-5 {
        width: 100px;
    }
}

.bild p,
.bild-klein p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .firma_old_layout .bild-mittel {
        width: 200px;
    }

    .image-float-left,
    .image-float-right {
        max-width: 170px !important;
        margin-bottom: 20px !important;
    }

    .image-float-left {
        margin-right: 30px !important;
        margin-bottom: 20px !important;
    }

    .image-float-right {
        margin-left: 30px !important;
    }

    .firma_old_layout .bild-klein {
        width: 150px;
    }

    .firma_old_layout .bild-klein-2 {
        width: 80px;
    }

    .firma_old_layout .bild-klein-3 {
        width: 100px;
    }

    .firma_old_layout .bild-klein-4 {
        width: 50px;
    }
}

@media (min-width: 992px) {

    .image-float-left,
    .image-float-right {
        max-width: 200px !important;
    }
}

#firma-kopf {
    text-align: center;
    margin-bottom: 30px;
}

#firma-kopf h1 {
    font-size: 1.2em;
    text-align: center;
}

#firma-kopf img {
    margin-top: 15px;
}

.firma-kontakt {
    text-align: center;
    line-height: 1.6em;
}

.firma-sprache .box {
    text-align: center;
    padding: 0;
    margin: 0 auto;
}

.firma-sprache-flag {
    display: inline-block;
    width: 80px;
    margin-right: 10px;
    text-decoration: none;
}

.firma-kontakt-logo {
    border: #FFF 10px solid;
    width: 120px;
    box-shadow: 1px 1px 5px rgb(180, 180, 180);
    margin-bottom: 15px;
}

.firma-kontakt h2 {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 15px !important;
}

.firma-kontakt .fa {
    margin-right: 5px;
}

.breadcrumb li .fa {
    margin-right: 0;
}

.firma-anschrift,
.firma-tel-fax,
.firma-online,
.firma-sonstiges {
    margin-top: 15px;
}

.firma-referenzen li {
    margin-bottom: 5px;
}

.firma-referenzfotos {
    line-height: 1.2em;
    font-size: 0.8em;
}

.firma-referenzfotos img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.firma-referenzfotos img:first-child {
    margin-top: 0;
}

.float-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.float-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}

.overflow {
    padding: 15px;
    min-height: 200px;
    overflow: auto;
    border: #ededed 2px solid;
}

.firma-footer {
    font-size: 11px;
    line-height: 15px;
    font-style: italic;
    margin-top: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: #cbcbcb 1px solid;
    border-bottom: #cbcbcb 1px solid;
    clear: both;
}

.firma_old_layout article ul,
.box-content ul,
.bereich ul,
.publikation ul,
.download ul,
.news-text ul,
.lese-text ul,
.abo-club-leistung ul,
.post ul,
#text-body ul {
    padding-left: 14px;
    text-align: left;
}

.news-headlines {
    line-height: 1.2em;
    padding-left: 0 !important;
    margin-bottom: 0;
}

.news-headlines li {
    margin-bottom: 15px;
}

.news-headlines li:last-child {
    margin-bottom: 0;
}

/*
.box ul {
  list-style-position: inside;
}
*/

.back-weiss {
    background-color: #fff;
}

.back-box {
    background-color: #224575;
    color: #ebebeb;
}

.back-box a {
    color: #ebebeb;
    text-decoration: underline;
}

.back-box a:hover,
.back-box a:active,
.back-box a:visited,
.back-box a:focus {

    color: #FFF;
    text-decoration: underline;
}

.box-spw {
    background-color: #006666;
}

.back-grau {
    background-color: #7c7c7c;
    color: #FFF;
}

.back-hell-grau {
    background-color: #f0f0f0;
}

a > .back-grau:hover {
    background-color: #224575;
    color: #FFF;
}

.text-weiss {
    color: #f7f7f7 !important;
}

.text-weiss:focus,
.text-weiss:hover,
.text-weiss:active {
    color: #fff !important;
}

.firma-text {
    text-align: justify;
    line-height: 1.5em;
}

.shadow-2 {
    box-shadow: 0px 2px 6px rgb(36, 36, 36);
    border: #7c7c7c 1px solid;
}

.shadow-3 {
    box-shadow: 1px 1px 5px rgb(170, 170, 170);
}

.sidebar-firma-headline {
    background-color: #f0f0f0;
    height: 32px;
    padding: 2px;
    text-align: center;
    font-style: italic;
    overflow: visible;
}

.company-languages-box {
    text-align: center;
}

.company-language-flag {
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    width: 80px;
    font-size: 0.9em;
}

.company-language-flag:last-of-type {
    margin-right: 0;
}

.company-language-flag > img {
    width: 34px;
    border: #bfbfbf 1px solid;
    margin-bottom: 4px;
}

/* =========================================================
Shariff
============================================================ */

.social-buttons {
    margin-top: 15px;
    margin-bottom: 15px;
}

.shariff ul {
    padding-left: 0 !important;
}

.shariff-mobile {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 44444500;
    width: 100%;
    text-align: center;
}

.shariff-mobile ul li {
    width: 25%;
    margin: 0 !important;
}

@media (min-width:768px) {
    .cont-footer .shariff-button {
        box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.5);
    }
}

/* =========================================================
Login
============================================================ */

.loginmodal-container {
    padding: 30px;
    max-width: 450px;
    width: 94% !important;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 5px rgb(124, 124, 124);
    -moz-box-shadow: 0px 1px 5px rgb(124, 124, 124);
    box-shadow: 0px 1px 5px rgb(124, 124, 124);
    overflow: hidden;
    text-align: center;
}

.loginmodal-container h1 {
    text-align: center;
    font-size: 1.8em;
    margin-top: 0;
}

.modal-login-z {
    z-index: 99999800;
}

.loginmodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
    border-radius: 4px;
}

.loginmodal-container input[type=text],
.loginmodal-container input[type=password] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    /* border-radius: 2px; */
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover,
.loginmodal-container input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #224575;
    padding: 10px;
    font-size: 18px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #25518d;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.login-help, .login-help ul {
    text-align: center;
    line-height: 1.6em;
}

#swRememberMeIn {
    vertical-align: bottom;
    margin: 0;
    margin-right: 2px;
}

.nav-login {
    background-color: #224575 !important;
    color: #FFF !important;
    border-bottom: #224575 !important;
    text-transform: uppercase;
}

.login-2 {
    text-align: left;
	margin-top: 40px;
	margin-bottom: 40px;
}

.login-2-head {
    text-align: center;
	font-size: 24px;
}

.login-2-head img {
    width: 200px;
}

.login-2-logo-spw {
    width: 160px !important;
}

.login-2-body {
	text-align: center;
	line-height: 1.5em;
}

.login-2-body-2 {
	margin-top: 15px;
}

.login-2-list {   
	margin-left: 14px;
}

.login-2-button {   
	width: 100%;
	font-weight: bold;
	margin-top: 10px;
	padding: 10px;
}

@media (min-width:768px) {
    .nav-login {
        border-radius: 4px;
        font-size: 0.85em;
    }

	.login-2 {
		text-align: left;
	}
	
	.login-2-head {
		text-align: left;
	}
	
	.login-2-head img {
		width: 180px;
		margin-top: -4px;
		vertical-align: baseline;
		margin-left: 4px;
	}

	.login-2-logo-spw {
		width: 180px !important;
	}

	.login-2-body {
		text-align: left;
	}

	.login-2-body-2 {
		margin-top: 5px;
	}
	
	.login-2-button {   
		font-size: 1.05em;
	}
	
}

.nav-login:hover {
    background-color: #337ab7 !important;
    color: #FFF !important;

    border-bottom: #337ab7 !important;
    ;
}

#login-error-modal .modal-header {
    background-color: #cf0000;
    color: #FFF;
}

#login-error-modal .modal-header h5 {
    font-weight: bold;
}

#login-error-modal .modal-body {
    font-weight: bold;
}

.ueber-uns-team-einleitung {
    margin-top: 40px;
}

.ueber-uns-team-einleitung h2 {
    font-size: 2.1em;
    line-height: 1.2em;
}

.ueber-uns-team {
	margin-top: 40px;
}

.team-item {
    margin-bottom: 40px;
    }

.team-item-inside {
    -moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
    }

.team-item-inside img {
	border: #dcdcdd 1px solid;
    -moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.team-item:hover .team-item-inside img {
    box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.44);
    -webkit-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.30);
}

.team-item-name {
	margin-top: 20px;
}

.team-item-name h3 {
	font-size: 1.5em;
    line-height: 1.3em;
}

.team-item-bezeichung {
	font-weight: bold;
    font-size: 1.1em;
}

.team-item-kontakt {
	padding-bottom: 40px;
    border-bottom: #dcdcdd 2px solid;
}

.team-item-mail {
	margin-top: 3px;
}

.team-item-tel {
	margin-top: 5px;
}

.team-item-social {
	font-size: 1.6em;
    margin-top: 5px;
}

.team-item-social a {
	color: #5b5b5b;
}

@media (min-width:768px) {
    .ueber-uns-team-einleitung h2 {
        font-size: 2.1em;
        line-height: 1.2em;
    }
    
    .team-item-kontakt {
        padding-bottom: 20px;
        border-bottom: #fff 2px solid;
    }
    
    .team-item:hover .team-item-inside img {
        transform: scale(1.03);
    }
}

/* =========================================================
DataTables
============================================================ */

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before,

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
    top: 6px;
    box-shadow: none;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    line-height: 14px;
    border: 0;
}

.d-table > tbody > tr > td,
.d-table > tbody > tr > th,
.d-table > tfoot > tr > td,
.d-table > tfoot > tr > th,
.d-table > thead > tr > td,
.d-table > thead > tr > th {
    padding: 6px;
}

.d-table {
    font-size: 10px;
    max-width: 100% !important;
}

.data-table-body {
    background-color: #FFF;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    min-height: 500px;
}

table.table-striped tbody tr:hover {
    background-color: #ebf7ff;
}

table.table-striped a.glyphicon,
ul li a.glyphicon {
    margin: 0 0.2em;

    text-decoration: none;
}

.table-fussnoten {
    font-size: 11px;
    line-height: 14px;
    list-style-type: none;
    margin-top: 15px;
}

.banner-data-table {
    margin-top: 10px;
}

#d-table-menu {
    margin-top: 6px;

    margin-bottom: 15px;
}

#d-table-menu a {
    margin-top: 5px;
}

#data-table_filter label input,
#data-table_filter > label input {
    border: 1px solid #337ab7 !important;
    margin-left: 0 !important;
}

@media (min-width:768px) {
    .banner-data-table {
        margin-top: 0px;
    }

    #data-table_filter label input,
    #data-table_filter > label input {
        width: 300px;
    }
}

.alert {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.childDiv {
    color: #FFF;
    font-weight: bold;
    padding: 5px;
    background-color: #858585;
    width: 135px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.childDiv:hover,
.childDiv:active,
.childDiv:focus {
    color: #FFF;
    text-decoration: none;
}

.daten-all {
    background-color: #337ab7;
}

/* =========================================================
Nav-2 / Nav-3 / Nav-Footer
============================================================ */
.nav-2,
.nav-3 {
    font-size: 0.8em;
    position: relative;
    margin-top: 15px;
}

@media (min-width: 992px) {
    .nav-2,
    .nav-3 {
        font-size: 0.89em;
    }
}

.nav-2 ul,
.nav-3 ul {
    margin: 0;

    padding: 0;
}

.nav-2 li,
.nav-3 li {
    margin: 0 3px 3px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    border-right: #aeaeae 1px solid;
}

.nav-2 li:last-child,
.nav-3 li:last-child {
    border-right: 0;
}

.nav-2 li,
.nav-3 li {
    padding-right: 5px;
    text-decoration: none;
    color: #808080;
    line-height: 100%;
}

.nav-2 a:hover,
.nav-3 a:hover {
    color: #000;
}

.nav-2 .current a,
.nav-3 .current a {
    /*color:#000;*/
}

@media screen and (max-width:768px) {
    .nav-2 {
        font-size: 1em;
        position: relative;
        min-height: 30px;
    }

    .nav-2 ul {
        width: 100%;
        padding: 5px 0;
        position: relative;
        top: 0;
        left: 0;
        border: solid 1px #aaa;
        border-radius: 5px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    }

    .nav-2 li {
        display: none;
        /* hide all <li> items */
        margin: 0;

        border: 0;
    }

    .nav-2 .current {
        display: block;
        /* show only current <li> item */
    }

    .nav-2 a {
        display: block;
        padding: 5px 5px 5px 32px;
        text-align: left;
    }

    .nav-2 .current a {
        background: none;
        /*color:#666;*/
    }

    /* on nav-2 hover */
    .nav-2 ul:hover {
        background-image: none;
    }

    .nav-2 ul:hover li {
        display: block;
        margin: 0 0 5px;
    }

    .nav-2 ul:hover .current {
        /*background:url(https://static.stadionwelt.de/images/check.png) no-repeat 10px 7px;*/
    }

    /* right nav-2 */
    .nav-2.right ul {
        left: auto;
        right: 0;
    }

    /* center nav-2 */
    .nav-2.center ul {
        left: 50%;
        margin-left: -90px;
    }
}

.nav-4 {
    font-size: 1.1em;
}

.nav-4 a {
    color: #337ab7;
}

.nav-4 a:hover {
    color: #224575;
}

.nav-5 {
    font-size: 0.8em;
    line-height: 1.1em;
    margin-right: 8px;
    text-align: right;
    margin-top: 0;
    padding-bottom: 8px;
    max-width: 400px;
}

@media (min-width:768px) {
    .nav-5 {
        margin-top: 12px;
        padding-bottom: 4px;
    }
}

@media (min-width:1200px) {
    .nav-5 {
        max-width: 800px;
    }
}

.nav-5 a,
.nav-6 a {
    color: #224575 !important;
}

.nav-5 a:hover,
.nav-6 a:hover {
    color: #337ab7 !important;
}

.arrow_box,
.arrow_box-right,
.arrow_box-bottom {
    position: relative;
    background: #f0f0f0;
    font-size: 0.9em;
    line-height: 1.4em;
    width: 29%;
    float: left;
    margin-right: 35px;
    margin-bottom: 15px;
    padding: 25px;
    min-height: 230px;
    text-align: center;
    margin-top: 10px;
}

.arrow_box-right:after {
    left: 100%;

    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(240, 240, 240, 0);
    border-left-color: #f0f0f0;
    border-width: 25px;
    margin-top: -25px;
}

.arrow_box-bottom:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(240, 240, 240, 0);
    border-top-color: #f0f0f0;
    border-width: 25px;
    margin-left: -25px;
}

.arrow_box-bottom,
.fw {
    margin-bottom: 35px;
    width: 100%;
}

.arrow_box-right:last-child,
.arrow_box:last-child {
    margin-right: 0px;
}

.arrow_box .fa,
.arrow_box-right .fa,
.arrow_box-bottom .fa {
    color: #224575;
    margin-bottom: 20px;
}


/* =========================================================
bxslider
============================================================ */

.bxslider-top-logos .bxslider li {

    padding: 20px;
}

.bxslider-top-logos .bxslider li img {
    width: 100px;
    height: 67px;
}

.bxslider-top-logos .bx-wrapper {
    border: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 30px;
}

.bxslider-top-logos .bx-viewport {
    left: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: #e7e7e7 2px solid !important;
    border-top: 0 !important;
    min-height: 115px;
}


/* =========================================================
Admin
============================================================ */

.admin-content label {
    margin-top: 25px;
    margin-bottom: 5px;
}

.admin-content h1 {
    font-size: 1.8em;
}

.admin-content .nav-admin-1 {

    font-size: 12px;
    margin-top: 0;
    margin-bottom: 20px;
}

.admin-content .nav-admin-2 {
    font-size: 1.15em;
    line-height: 1.8em;
    margin-top: 20px;

}

.admin-content #tabnav a {
    line-height: 25px;
}

.admin-content ul {
    list-style-type: none;
}

.nav-admin {
    font-size: 1.2em;
    line-height: 1.6em;
    margin-top: 30px;
}

.content-flexbox-row,
.content-image-row {
    padding-bottom: 30px;
    padding-top: 15px;
    border-bottom: #dadada 2px solid;
    margin-bottom: 10px;
}

.content-image-row img {
    border: #dfdfdf 1px solid;
}

.content-flexbox-row {
    padding: 20px;
}

.content-flexbox-row:nth-child(2n+0) {
    background-color: #f0f0f0;
}

.content-image-right h4 {
    margin-top: 0;
}

.color-red {
    color: #a20000;
}

/* =========================================================
Panel
============================================================ */

.panel-body h2 {
	font-size: 1.3em !important;
	margin-top: 30px;
	line-height: 1.3em;
}

.panel-body h2:first-child {
	margin-top: 10px;
}

.panel-body h3 {
	font-size: 16px !important;
	margin-top: 5px;
	line-height: 1.3em;
}

.panel-body hr {
	border-top: 1px dashed #d2d2d2;
}

.panel-heading {
	padding:0;
}

.panel-title a {
	width: 100%;
	display: block;
	padding: 10px 15px;
	line-height: 1.3em;
}

.panel-title .glyphicon {
	font-size: 14px;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #224575;
    border-color: #e6e6e6;
}

.panel-default > .panel-heading:hover {
    background-color: #1f5193;
}

.panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus  {
    color: #ededed !important;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > a:hover  .panel-title > small, .panel-title > small > a {
	color: #fff;
	text-decoration: none;
}

/* =========================================================
Print
============================================================ */

@media print {
    .no-print,
    .no-print * {
        display: none !important;
    }

    .print-full-width {
        width: 100% !important;
        border: none !important;
    }
    
    a[href]:after { 
        content: none !important;
    }
    
    img[src]:after { 
        content: none !important; 
    }
	
	.shadow, .logo-firma-image, .avz-logo {
        border: #e7e7e7 1px solid !important;
    }
	
	.wsmenu, .wsmenu *, .social-buttons, .shariff-mobile, .weitere-news-unten, .responsive-list-footer { 
        display: none !important;
    }    
}


/* =========================================================
PrivacyPolicy
============================================================ */

#cookiescript_injected {
    max-height: none !important;
	box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.95) !important;
}

#cookiescript_header {
    font-size: 20px !important;
    text-align: center !important;
    line-height: 1.5 !important;
}

#cookiescript_description,
#cookiescript_readmore {
    font-size: 14px !important;
    text-align: center !important;
    line-height: 1.5 !important;
}

#cookiescript_readmore {
    text-decoration: underline !important;
}

#cookiescript_accept,
#cookiescript_reject,
#cookiescript_save #cookiescript_accept,
#cookiescript_reject,
#cookiescript_save {
    font-size: 18px !important;
    padding: 8px !important;
    text-align: center !important;
    line-height: 1.5 !important;
    text-transform: none !important;
}

#cookiescript_description,
#cookiescript_buttons,
#cookiescript_accept,
#cookiescript_reject,
#cookiescript_save {
    width: 100% !important;
    border: 0 !important;
}

#cookiescript_accept {
    background-color: #0066cc !important;
}

#cookiescript_accept:hover,
#cookiescript_save {
    background-color: #004385 !important;
}

#cookiescript_reject {
    background-color: #e0e0e0 !important;
    color: #858585 !important;
}

#cookiescript_reject:hover {
    background-color: #d1d1d1 !important;
}

span.cookiescript_checkbox_text {
    font-size: 14px !important;
}

.mdc-checkbox {
    width: 20px !important;
    height: 20px !important;
}

#cookiescript_categories .cookiescript_active {
    background-color: #0066cc !important;
}

#cookiescript_maintabs .cookiescript_active {
    color: #0066cc !important;
}

.cookiescript_gear,
svg#cookiescript_manageicon {
    display: none !important;
}

#cookiescript_readmore:hover,
#cookiescript_reportlink:hover,
#cookiescript_cookiescriptlink:hover {
    color: #0066cc;
}

.cookiescript_category_description {
    font-size: 14px !important;
}

#cookiescript_maintabs {
    background-color: #e0e0e0 !important;
    border-right: 0;
}

#cookiescript_maintabs > div {
    color: #858585 !important;
}

@media (min-width: 500px) {

    #cookiescript_accept,
    #cookiescript_reject,
    #cookiescript_save {
        width: 270px !important;
    }
}

@media (min-width: 768px) {

    #cookiescript_header {
        font-size: 26px !important;
    }

    #cookiescript_description,
    #cookiescript_readmore {
        font-size: 18px !important;
        text-align: center !important;
    }

    #cookiescript_description {
        max-width: 90% !important;
    }

    span.cookiescript_checkbox_text {
        font-size: 16px !important;
    }

    #cookiescript_accept,
    #cookiescript_reject,
    #cookiescript_save {
        font-size: 22px !important;
        padding: 6px !important;
        width: 320px !important;
    }

    .cookiescript_category_description {
        font-size: 16px !important;
    }
}

#cookiescript_badge {
    display: none !important;
}

.datenschutz-text-klein {
    font-size: 0.8em !important;
    line-height: 1.2em !important;
    margin-bottom: 20px !important;
}

.datenschutz-text-klein h4 {
    font-size: 1.2em !important;
    line-height: 1.4em !important;
    margin-top: 15px !important;
    font-weight: bold !important;
}

.datenschutz-text-klein button {
    font-size: 14px !important;
    padding: 6px !important;
    margin-top: -4px !important;
}

._CookieScriptReportPageCheckboxInput {
    margin-right: 5px !important;
}

._CookieScriptReportPageCheckboxText {
    font-size: 14px !important;
}

._CookieScriptReportPageTable {
    display: block !important;
    width: 100% !important;
    ;
    overflow-x: auto !important;
}

._CookieScriptReportPageTableTh {
    -ms-hyphens: auto !important;
    -webkit-hyphens: auto !important;
    hyphens: auto !important;
}

.cookiescript_readmore {
    color: #858585 !important;
}

.vbox-title > a,
.vbox-title > a:active {
	color: #dadada !important;
}

.vbox-title > a:focus,
.vbox-title > a:hover {
	color: #fff !important;
	text-decoration: underline !important;
}

.field_list_multi > div {
    margin-left: 30px;
}

.field_list_multi > div > label {
    margin-top: 5px;
}

