/* raleway-300 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Raleway/raleway-v19-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Raleway/raleway-v19-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Raleway/raleway-v19-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Raleway/raleway-v19-latin-300.woff') format('woff'), /* Modern Browsers */
    url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Raleway/raleway-v19-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Raleway/raleway-v19-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Raleway/raleway-v19-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Raleway/raleway-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Raleway/raleway-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Raleway/raleway-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Raleway/raleway-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Raleway/raleway-v19-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-500 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Raleway/raleway-v19-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Raleway/raleway-v19-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Raleway/raleway-v19-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Raleway/raleway-v19-latin-500.woff') format('woff'), /* Modern Browsers */
    url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Raleway/raleway-v19-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Raleway/raleway-v19-latin-500.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-800 - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    src: url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Raleway/raleway-v19-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Raleway/raleway-v19-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Raleway/raleway-v19-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Raleway/raleway-v19-latin-800.woff') format('woff'), /* Modern Browsers */
    url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Raleway/raleway-v19-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/typo3conf/ext/ig_project/Resources/Public/Fonts/Raleway/raleway-v19-latin-800.svg#Raleway') format('svg'); /* Legacy iOS */
}

body {
    font-family: Raleway, sans-serif;
    color:  #363234;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
}

/* prevents copying images by selecting them and pressing  ctrl+C */
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bdsi.blue{
    background-color: #b2d0f8;
}

.bdsi.yellow{
    background-color: #feefcd;
}

.bdsi.rose{
    background-color: #f8b2bd;
}

.centeredContent {
    text-align: center;
}
.frame-default > header{
    padding:0;
}
h1,
h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    margin: 10px 0 50px;
    text-align: center;
}

.contentImageTwoCol h1 {
    text-align: left;
}

h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    margin: 10px 0;
}

h4 {
    font-size: 20px;
    line-height: 24px;
}

hr {
    border-top: 2px solid #999;
}

label {
    margin: 20px 0 5px;
    font-weight: 500;
}

input[type=text],
input[type=password],
input[type=e-mail],
select,
textarea {
    border: 0 none;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.6);
    /* The proper width should come from the container or the grid */
    width: 100%;
    color:  rgba(80, 80, 80, 0.7);
    font-size: 18px;
    padding: 0 15px;
}

textarea {
    height: auto;
    resize: none;
}


.form-field > div {
    margin-top: 20px;
}


.form-field .col-sm-3 label {
    margin: 0;
}

button,
.Button-Prio1,
.Button-Prio2,
.Button-Prio3,
.Button-Big {
    padding: 0 15px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    color: #fff;
    border: 0 none;
    border-radius: 4px;
    background-color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 10px;
}

.Button-Prio1:hover,
.Button-Prio1:visited,
.Button-Prio2:hover,
.Button-Prio2:visited,
.Button-Prio3:hover,
.Button-Prio3:visited,
.Button-Big:hover,
.Button-Big:visited {
    text-decoration: none;
    color: #fff;
}

.Button-Prio1 {
    background-color: rgba(182, 0, 101, .8);
}

.Button-Prio1:hover {
    background-color: rgba(182, 0, 101, 1);
}

.Button-Prio2 {
    background-color: rgba(64, 64, 78, .5);
}

.Button-Prio2:hover {
    background-color: rgba(64, 64, 78, 1);
}

.Button-Prio3 {
    color: #271712;
}

.Button-Prio3:hover,
.Button-Prio3:visited {
    color: #271712;
}

.Button-Big {
    font-size: 18px;
    color: #9c336d;
    height: auto;
    width: 100%;
    line-height: normal;
    white-space: normal;
    padding: 0;
    margin: 0 0 20px;
    display: table;
}


.Button-Big span {
    display: table-cell;
    vertical-align: middle;
}

.Button-Big:hover,
.Button-Big:visited {
    color: #9c336d;
}

.wrapper {
    padding: 50px 0
}

.wrapper.white {
    background: #ffffff;
}
.wrapper.blue {
    background: #b2d0f8;
}

.wrapper.yellow {
    background: #feefcd;
}

.wrapper.rose {
    background: #f8b2bd;
}

.wrapper.dark-blue {
    background: #bdc0d3;
}

.wrapper.pink {
    background: #9c336d;
    color: #fff;
}

.wrapper.image {
    background: #fff no-repeat center;
    background-size: cover;
}

/*---------------------------*/
/*----------- Header --------*/
/*---------------------------*/

header {
    padding-bottom: 30px;
}

.navbar-toggle {
    border-radius: 0;
    border: 0 none;
    border-bottom: 1px solid rgba(64, 64, 78, 0.3);
    background: transparent;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    width: 100%;
    float: none;
    color: rgba(64, 64, 78, 0.7);
}

.bdsi {
    background: #fcfcfb;
    overflow: hidden;
}


.main-logo {
    width: 100%;
    height: 110px;
    margin: 0 auto;
    background: url("/fileadmin/templates_markeneis/img/logo.png") no-repeat center;
    background-size: 110px 110px;
    xbackground-color: #fcfcfb;
    z-index: 39;
    position: relative;
}

.main-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

#main-navigation {
    overflow: hidden;
}

.navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    color: rgba(64, 64, 78, 0.7);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navigation ul .active {
    color: rgba(182, 0, 101, 0.7);
}

.navigation span {
    line-height: 30px;
    padding: 12px 5px 0;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}

.navigation .search-icon {
    position: relative;
    color: transparent;
}

.navigation .search-icon.active {
    position: relative;
    color: transparent;
}

.navigation .search-icon:after {
    content: '';
    display: block;
    background: url('/fileadmin/templates_markeneis/img/lupe.svg') no-repeat center;
    background-size: 24px;
    position: absolute;
    top: 6px;
    bottom: 0;
    left: 0;
    right: 0;
}

.navigation .search-icon.active:after {
    background-image: url('/fileadmin/templates_markeneis/img/lupe-active.svg');
}

.navigation .lvl2 {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 0;
    overflow: hidden;
}

.navigation .lvl2 > li > a {
    line-height: 20px;
    padding: 10px 15px 0px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

.navigation .lvl3 {
    margin-left: 15px;
}

.navigation .lvl3 li {
    float: left;
}

.navigation .lvl3 li a {
    color: rgba(182, 0, 101, 0.7);
    font-size: 12px;
    padding: 0 5px;
    font-weight: 800;
    border-left: 1px solid;
}

.navigation .lvl3 li:first-child a {
    border: 0 none;
    padding-left: 0;
}

.breadcrumb {
    display: none;
}



/* --------------------------- */
/* --------- Footer ---------- */
/* --------------------------- */

footer {
    /*margin-top: 50px;*/
}

.footer-contacts {
    background: #ebeaea;
    padding: 55px 0;
    line-height: 1.5em;
}

.footer-contacts h2 {
    font-size: 32px;
    font-weight: 300;
    margin: 0 0 50px;
}

.footer-contacts .bdsi-logo {
    width: 100%;
    height: 50px;
    background: no-repeat center left;
    background-size: contain;
    margin-bottom: 15px;
}

.footer-contacts .person-image {
    width: 100%;
    height: 95px;
    background: no-repeat center left;
    background-size: contain;
    margin-bottom: 15px;
}

.footer-contacts .contact-person {
    margin-top: 15px;
    padding-top: 20px;
    position: relative;
}

.footer-contacts .contact-person p {
    margin: 0;
    word-wrap: break-word;
}

.footer-contacts .contact-person:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 33%;
    right: 33%;
    height: 1px;
    background-color: rgba(174, 174, 178, 0.4);
}


.footer-links {
    background: #363234;
    padding: 30px 0 45px;
    color: rgba(255, 255, 255, 0.4);
}

.footer-navigation ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.footer-navigation ul li {
    display: inline-block;
}

.footer-navigation a {
    color: inherit;
    padding: 0 10px;
    text-transform: uppercase;
    border-right: 1px solid;
}

.footer-navigation li:last-child a {
    border-right: 0 none;
}

.footer-links .twitter {
    width: 54px;
    height: 54px;
    display: block;
    border-radius: 50%;
    background: #fff url("/fileadmin/templates_markeneis/img/twitter-logo.svg") no-repeat center;
    border: 2px solid #59adeb;
    box-shadow: inset 0 0 0 2px #59adeb;
    background-size: 54px;
    margin: 30px auto 54px;

    background: url('/typo3conf/ext/ig_project/Resources/Public/Img/Twitter-X-Rounded-Icon.svg') center center no-repeat;
    background-size: contain;
    background-color: rgba(0,0,0,1);
    border: 0px solid rgba(0,0,0,1);
    box-shadow: inset 0 0 0 2px rgba(0,0,0,1);
}

.footer-links .copyright {
    text-align: center;
    color: rgba(255, 255, 255, 0.2);
}

footer .button-wrapper {
    margin-top: 50px;
    text-align: center;
}

.homepage-layout {
    position: relative;
}

.news .article.medium {
    border-bottom: 1px solid #cfcfd2;
    margin-bottom: 25px;
}

.news .article h3 {
    margin: 10px 0;
}

.news-single-view .news-list-body h1,
.news .article h3,
.news .article h3 a {
    color:  #363234;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
}

.homepage-layout .news-list-date {
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    margin: 5px 0;
    text-align: left;
}

.news .article .news-img-wrap {
    margin-right: 50px;
    float: left;
}

.news .news-backlink-wrap {
    margin-bottom: 30px;
}

.news .news-backlink-wrap a,
.news .more-link {
    display: block;
    color:  #830049;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    margin: 5px 0;
}

.news .news-list-date {
    font-size: 15px;
    font-weight: 800;
    color: #830049;
}

.linkToTop a {
    display: block;
    background: url("/fileadmin/templates_markeneis/img/top_btn.png") no-repeat top center;
    background-size: cover;
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
}

.linkToTop:hover a {
    background-position: bottom center;
}


/* ACCORDION
   Juan
*/

.accordion .wrapper{
    padding: 0;
}
.accordion .accordionContent > .wrapper > .container{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .accordion .accordionContent > .wrapper > .container{
        background-image: none !important;

    }
}

.accordion .accordionHead > .wrapper > .container{
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
}
.accordion .accordionHead .accordionHeadBgImage{
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    background-position: right;
    background-repeat: no-repeat;
    opacity: .65;
    z-index: 0;
}
.accordion .accordionHead .accordionHeadTitel{
    position: relative;
    z-index: 1;
    margin-right: 50px;
}

.accordion .accordionControlShow,
.accordion .accordionControlHide{
    position: absolute;
    right: 20px;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
    z-index: 10;
    max-height: 81px;

}
.accordion .accordionControlShow{
    background-image:url(../img/Show.png);
}
.accordion .accordionControlHide{
    background-image:url(../img/Hide.png);
}

/* Contact form */

.hinweis {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    color: rgba(80, 80, 80, 0.7);
    padding: 0 15px;
    max-height: 250px;
    overflow-y: scroll;
}

.accept_wrapper {
    float: left;
    margin-top: 20px;
}

form[name="newAnfrage"] input[type="submit"] {
    height: 50px;
    padding: 0 60px;
    margin-top: 20px;
    float: right;
    background-color:  rgba(171, 15, 97, 0.5);
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
body .tx-kesearch-pi1 {
    font-family: inherit;
    font-size: unset;
}
.tx-indexedsearch-searchbox-sword-wrapper, .kesearchbox {
    display: inline-block;
    position: relative;
    width: 100%;
}

input.tx-indexedsearch-searchbox-sword, .kesearchbox #ke_search_sword {
    border-radius: 0;
    background: transparent;
    border:0;
    border-bottom: 3px solid #f49723;
    font-size: 20px;
    color: #222;
    box-shadow: none;
    width: 100%;
    top: unset;
    position: unset;
    padding: 0 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}


input.tx-indexedsearch-searchbox-button, .kesearchbox .btn {
    width: 50px;
    height: 50px;
    border-radius: 0;
    background: url("/fileadmin/templates_markeneis/img/lupe-orange.svg") no-repeat center center;
    background-size: 25px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.tx-indexedsearch-res-item, .tx-kesearch-pi1 #kesearch_results .result-list-item {
    margin: 20px 0 0;
    padding: 10px 0;
    border-bottom: 1px solid #b80f68;
}

.tx-indexedsearch-res-item h3 a,
.tx-indexedsearch-res-item h3 a:hover,
.tx-indexedsearch-res-item h3 a:active,
.result-list-item .result-title a,
.result-list-item .result-title a:hover,
.result-list-item .result-title a:active{
    font-size: 36px;
    text-decoration: none;
}
body #kesearch_results .result-list-item .result-teaser{
    margin-bottom: 10px;
    color:#363234;
    display: inline-block;
}
body .tx-kesearch-pi1 #kesearch_results .result-list-item .result-title .hit{
    color:#337ab7;
}
body .tx-kesearch-pi1 #kesearch_results .result-list-item .hit{
    color:#363234;
}
.csc-textpic-caption,
.news-img-caption, .image-caption {
    clear: both;
    text-align: right;
    font-size: 12px;
    line-height: 30px;
    color: #222;
}

.news .article .news-img-wrap img {
    max-width: 100%;
}

.news .article .news-img-wrap a,
.news .homepage-layout .news-img-wrap {
    background: transparent;
    border: 0 none;
    text-decoration: none;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
div.ce-textpic.ce-left .ce-gallery{
    margin: 10px 30px 10px 0;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap,
div.ce-textpic.ce-right .ce-gallery{
    margin: 10px 0 10px 30px;
}
div.ce-textpic.ce-above .ce-gallery{
    margin-top:0;
}
.tx-kesearch-pi1 #kesearch_pagebrowser_top .pages_total, .tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total{
    background: transparent;
    border:0;
    text-align:left;
    margin-bottom:0;
}
.browsebox, .kesearch_pagebrowser ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wrapper .kesearch_pagebrowser ul{
    background: none repeat scroll 0 0 transparent;
    border: none;
    display: block;
    height: 32px;
    margin: 0 0 20px;
    width: 100%;
}

.browsebox li, .kesearch_pagebrowser li {
    float: left;
    border-right: 1px solid #b80f68;
    line-height: 150%;
    margin:0px;
    padding: 5px;
    height:100%;
}
.browsebox li, .kesearch_pagebrowser li a{
    font-size: 16px;
}

.kesearch_pagebrowser li:before, .ordering li:before{
    content:'';
    display: none;
}
.tx-kesearch-pi1 .kesearch_pagebrowser .next, .tx-kesearch-pi1 .kesearch_pagebrowser .prev{
    background: none;
    color:#222;
}
.browsebox li:last-child, .kesearch_pagebrowser li:last-child {
    border-right: 0;
}
.tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total{
    background: transparent;
    border:0;
    text-align:left;
    margin-bottom:0;
}

.tx-kesearch-pi1 #kesearch_ordering div.ordering{
    margin-bottom:15px;
}

.wrapper .tx-kesearch-pi1 #kesearch_ordering div.ordering{
    max-width:100%;
}
.wrapper .tx-kesearch-pi1 #kesearch_ordering ul li{
    margin-right:30px;
}
.wrapper .tx-kesearch-pi1 #kesearch_ordering span.down, .wrapper .tx-kesearch-pi1 #kesearch_ordering span.up{
    margin: 4px;
    border-color: #b80f68 transparent;
}

#kesearch_results .result-list-item .result-title {
    margin-bottom: 5px;
    display: inline-block;
}
.frame-space-after-small{
    margin-bottom:30px;
}
.frame-space-after-medium{
    margin-bottom:50px;
}
.frame-space-after-large{
    margin-bottom:60px;
}
html body #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton { padding:0; }