
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');

body, textarea {
    font-family: 'Abel', sans-serif;
}

h2 {
    color: #28503c!important;
    font-size:24px!important;
    font-weight:bold!important;
}

.body-noscroll {
    overflow: hidden;
    top:0;
    left:0;
    background-color:#fff!important;
    background-image: none!important;
}

header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
}

.sectionAbstand {
    display: none;
    line-height: 4px;
    text-align: center;
    padding:0px 0px 0px 0px;
    margin:0px 25% 0px 25%;
    border-bottom: dotted 5px rgba(0, 100, 0, 0.1);
}

.cookie-panel {
    position:fixed; 
    top:0px; 
    left:0px; 
    right: 0px; 
    padding:6%; 
    text-align: center; 
    background-color:rgba(10,0,0,0.9); 
    color:#fff; 
    font-size: 20px;
    display: none;
}

.header-img {
    background-position: center bottom, center center;
    background-size: auto auto, auto 100%;
    background-repeat: repeat-x, no-repeat;
    margin-top:-10px;
}

.hrRot {
    display:block;
    border-top: solid 2px #28503c; 
    margin:16px 10px 0px 10px;
}
@media only screen and (min-width: 798px) {
    .placeholder {
        height:370px;
        background-image: url(../img/title_bg.jpg);
        background-repeat: no-repeat;
        background-position: center 70px;
        background-size: 100% auto;
        text-align: center;
        vertical-align: middle;
        padding-top:110px;
        overflow: hidden;
    }
    
    .bg_panel1 {
        background-position: center center;
        background-size:100% auto;
    }
}
@media only screen and (max-width: 798px) {
    .placeholder {
        height:370px;
        background-image: url(../img/title_bg.jpg);
        background-repeat: no-repeat;
        background-position-y: center 70px;
        background-size: auto 100%;
        text-align: center;
        vertical-align: middle;
        padding-top:110px;
        overflow: hidden;
    }
    
    .bg_panel1 {
        background-position: center center;
        background-size: auto 100%;
    }
}

.placeholder span {
    font-family: 'Abel', cursive;
    font-size: 130px;
    line-height: 90px;
    color:rgba(255,255,255,0.75);
    marign-left: auto;
    margin-right: auto;
    font-style: italic;
    -ms-transform: rotate(-5deg); 
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    
    display: block;
}

a {
    color: #28803c;
    text-decoration: none;
}

a:hover, a:active {
    color: #28503c;
    text-decoration: underline;
}

.line_tw {
    margin-top: -16px;
    background-image: url(../img/line_tw.png);
    background-repeat: repeat-x;
    background-position: center;
    height:17px;
    width:100%;
    margin-bottom: 24px;
}

.line_tw_block {
    margin-top: 0px;
    background-image: url(../img/line_tw.png);
    background-repeat: repeat-x;
    background-position: center;
    height:17px;
    width:100%;
    margin-bottom: 24px;
}

.line_wt_block {
    margin-top: 0px;
    background-image: url(../img/line_wt.png);
    background-repeat: repeat-x;
    background-position: center;
    height:17px;
    width:100%;
    margin-bottom: 24px;
}



.block_bg_sw {
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
}


.section-col1-galerie101 {
    font-family: 'Abel', sans-serif;
    font-size: 18px;
    color:#844;
    padding:0px; 
    box-sizing: border-box;
    overflow: auto;
    margin: 0px auto 0px auto;
    max-width:1024px;
    width:100%;
    display: block;
    background-color: #fff;
}

.section-col1-galerie101 h1 {
    margin-left:-10px;
    margin-top:-10px;
    margin-right:-10px;
    color: #f00; 
    position: relative; 
    overflow: hidden; 
    padding: 12px  40px 11px 10px ;
    font-size:24px;
    font-weight:bold;
}

.galerie101 {
    display:block; 
    text-align:center;
    max-width: 1024px;
    width:100%;
    margin:0px auto 0px auto;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.85); 
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.85);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.85);
}

.galerie101 div{
    display: block;
    overflow: hidden;
    text-align: right;
    background-size:100% auto; 
    background-position:center center;
}
/*.galerie101 div img{
    width:100%; max-width:1024px;
    margin:0px auto 0px auto;
}*/




.galerie101 div h1 { 
    /*animation: right_to_left 3s ease;*/
    background: rgba(255,255,255,0.75)!important;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.75);
    padding-right: 10px;
    margin-top:0px;
    text-align: right;
    
    color:#28503c!important;
    font-weight:normal;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.galerie101 div span { 
    background: rgba(255,255,255,0.75); 
    color:#34353a;
    padding: 0px 6px 0px 6px;
}



@media only screen and (min-width: 900px) {
    .galerie101 div{
        height: 500px;
    }
    .galerie101 div h1 {
        font-size:48px;
    }
    .galerie101 div span { 
        font-size:24px;
    }
}
@media only screen and (max-width: 900px) {
    .galerie101 div{
        height: 350px;
    }
    .galerie101 div h1 {
        font-size:48px;
    }
    .galerie101 div span { 
        font-size:24px;
    }
}
@media only screen and (max-width: 800px) {
    .galerie101 div{
        height: 310px;
    }
    .galerie101 div h1 {
        font-size:32px;
    }
    .galerie101 div span { 
        font-size:20px;
    }
}
@media only screen and (max-width: 700px) {
    .galerie101 div{
        height: 270px;
    }
    .galerie101 div h1 {
        font-size:24px;
    }
    .galerie101 div span { 
        font-size:16px;
    }
}
@media only screen and (max-width: 600px) {
    .galerie101 div{
        height: 230px;
    }
    .galerie101 div h1 {
        font-size:24px;
    }
    .galerie101 div span { 
        font-size:16px;
    }
}
@media only screen and (max-width: 500px) {
    .galerie101 div{
        height: 195px;
    }
    .galerie101 div h1 {
        font-size:20px;
    }
    .galerie101 div span { 
        font-size:12px;
    }
}
@media only screen and (max-width: 400px) {
    .galerie101 div{
        height: 155px;
    }
    .galerie101 div h1 {
        font-size:20px;
    }
    .galerie101 div span { 
        font-size:12px;
    }
}


/******************************************************************************/

.section-col1-galerie102 {
    font-family: 'Abel', sans-serif;
    font-size: 18px;
    color:#34353a;
    padding:10px 10px 16px 10px; 
    box-sizing: border-box;
    overflow: auto;
    margin: 60px auto 0px auto;
    max-width:1024px;
    width:100%;
    display: block;
    background-color: #fff;
}

.section-col1-galerie102 h1 { 
        margin-left:-10px;
        margin-top:0px;
        margin-left:-10px;
        margin-bottom:16px;
        position: relative; 
        overflow: hidden; 
        padding: 8px ;
        font-size:24px;
        font-weight:bold;
}
/*
.section-col1-galerie102 h1:before { 
        content: ''; 
        position: absolute; 
        top: 0px;
        right: -40px; 
        width: 100px; 
        height: 300px; 
        background: #ffffff; 
        transform: rotate(15deg);
}
*/
.galerie102 {
    display:block; 
    text-align:center;
    max-width: 1024px;
    width:100%;
    margin:0px auto 0px auto;
    padding-bottom: 6px;
    background-color: transparent;
}

.galerie102a, .galerie102a:hover, .galerie102a:active, .galerie102a:default, .galerie102a:focus{
    padding:0px;
    margin:0px;
    text-decoration:none;
}

.galerie102 div{
    text-align: left;
    background-color: transparent;
    margin-left:4px;
    margin-right:4px;
    margin-bottom: 6px;
    box-sizing: border-box;
    
}
.galerie102 div img{
    /*height:256px;*/
    width:100%;
    border: solid 1px rgba(125,125,125,0.75);
}

.galerie102 div h1 { 
    font-size:24px;
    color:#28503c;
    font-weight:bold;
    padding:4px;
    margin:0px;
    background-color: #fff;
    border-left: solid 1px rgba(255,255,255,0.5);
    border-right: solid 1px rgba(255,255,255,0.5);
}
.galerie102 div h4 { 
    font-size:24px;
    color:#28503c;
    font-weight:bold;
    padding:4px;
    margin:0px;
    background-color: #fff;
    border-left: solid 1px rgba(255,255,255,0.5);
    border-right: solid 1px rgba(255,255,255,0.5);
}
.galerie102 div span{ 
    font-size:16px;
    color:#000;
    display: block;
    background-color: #fff;
    padding:4px;
    margin:0px;
    border-left: solid 1px rgba(255,255,255,0.5);
    border-right: solid 1px rgba(255,255,255,0.5);
}
/******************************************************************************/

.section-col1-galerie103 {
    font-family: 'Abel', sans-serif;
    font-size: 18px;
    color:#34353a;
    padding:10px 10px 4px 10px; 
    box-sizing: border-box;
    overflow: auto;
    margin: 0px auto 0px auto;
    max-width:1024px;
    width:100%;
    display: block;
    background-color: #fff;
    margin-top: 60px;
}

.section-col1-galerie103 h1 { 
        margin-left:-10px;
        margin-top:0px;
        margin-right:-10px;
        margin-bottom: 16px;
        overflow: hidden; 
        padding: 8px ;
        font-size:24px;
        font-weight:bold;
}
/*
.section-col1-galerie103 h1:before { 
        content: ''; 
        position: absolute; 
        top: 0px;
        right: -40px; 
        width: 100px; 
        height: 300px; 
        background: #ffffff; 
        transform: rotate(15deg);
}
*/
.galerie103 {
    display:block; 
    text-align:center;
    max-width: 1024px;
    width:100%;
    margin:0px auto 0px auto;
    padding-bottom: 6px;
    background-color: transparent;
}

.galerie103a, .galerie103a:hover, .galerie103a:active, .galerie103a:default, .galerie103a:focus{
    padding:0px;
    margin:0px;
    text-decoration:none;
    margin:2px;
    
}

.galerie103 a div {
    display: inline-block;
    width:190px;
    height:190px;
    margin:4px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: solid 1px rgba(125,125,125,0.75);
    overflow: hidden;
    -moz-transition: filter 0.5s;
    -webkit-transition: filter 0.5s;
    transition: filter 0.5s;
}

.galerie103 a div:hover {
    display: inline-block;
    width:190px;
    height:190px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 5px 0px #28503c;
    -moz-box-shadow: 0px 0px 5px 0px #28503c;
    box-shadow: 0px 0px 5px 0px #28503c;
    filter: brightness(80%);
}


.galerie103 a div span{
    position: relative;
    display:inline-block;
    width:190px;
    height: 190px;
    top:200px;
    left:0px;
    padding:10px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    color:#fff;
    background-color: rgba(0,0,0,0.75);
    text-align: left;
}
.galerie103 a div:hover span{
    top:50px;
    opacity: 1;
    position: absolute;
}
.galerie103 img{
    /*height:256px;*/
    height:120px;
    margin:4px;
    border: solid 1px rgba(255,255,255,0.5);
}



/******************************************************************************/



.section-col1-default {
    font-family: 'Abel', sans-serif;
    font-size: 18px;
    color:#34353a;
    padding:10px; 
    box-sizing: border-box;
    overflow: auto;
    margin: 60px auto 24px auto;
    max-width:1024px;
    background-color: #fff;
}

.section-col1-default h1,
.section-register-default h1 { 
        margin-left:-10px;
        margin-right:-10px;
        margin-top:0px;
        margin-bottom: 16px;
        position: relative; 
        overflow: hidden; 
        padding: 8px;
        font-size:24px;
        color:#34353a;
        font-weight:bold;
}
/*
.section-col1-default h1:before,
.section-register-default h1:before { 
        content: ''; 
        position: absolute; 
        top: 0px;
        right: -40px; 
        width: 100px; 
        height: 300px; 
        background: #ffffff; 
        transform: rotate(15deg);
}
*/
.section-col1-default img {
    margin:4px;
}

.section-col1-default blockquote {
    font-style: italic;
    border-left: solid 4px rgba(0,0,0,0.5);
    color: rgba(0,0,0,0.6);
    margin-left: 25px;
    padding-left:10px;
    box-sizing: border-box;
}


/******************************************************************************/

@media only screen and (min-width: 650px) {
    .section-col2-default {
        font-family: 'Abel', sans-serif;
        font-size: 18px;
        color:#34353a;
        padding:0px; 
        box-sizing: border-box;
        overflow: auto;
        margin: 24px auto 24px auto;
        max-width:1024px;
        background-color: transparent;
        display: grid;
        grid-template-columns: 49% auto;
        grid-column-gap: 2%;
    }

    .section-col2-default .col1{
        padding:10px;
        background-color: #fff;
        box-sizing: border-box;
    }

    .section-col2-default .col2{
        padding:10px;
        background-color: #fff;
        box-sizing: border-box;
    }
    
    .section-col2-default .col1 h1,
    .section-col2-default .col2 h1{
            margin-left:-10px;
            margin-top: 0px;
            margin-right:-10px;
            margin-bottom: 16px;
            position: relative; 
            overflow: hidden; 
            padding: 8px ;
            font-size:24px;
            color:#34353a;
            font-weight:bold;
    }
}

@media only screen and (max-width: 650px) {
    .section-col2-default {
        font-family: 'Abel', sans-serif;
        font-size: 18px;
        color:#34353a;
        padding:0px; 
        box-sizing: border-box;
        overflow: auto;
        margin: 24px auto 24px auto;
        max-width:1024px;
        background-color: transparent;
        vertical-align: top;
        display: block;
    }

    .section-col2-default .col1{
        width:100%;
        background-color: #fff;
        box-sizing: border-box;
        padding:20px;
        margin-bottom: 48px;
    }

    .section-col2-default .col2{
        width:100%;
        background-color: #fff;
        box-sizing: border-box;
        padding:20px;
        margin-bottom: 24px;
    }
    
    .section-col2-default .col1 h1,
    .section-col2-default .col2 h1{
            margin-left:-10px;
            margin-top: 0px;
            margin-right:-10px;
            margin-bottom: 16px;
            position: relative; 
            overflow: hidden; 
            padding: 8px;
            font-size:24px;
            font-weight:bold;
    }
}

/*
.section-col2-default .col1 h1:before,
.section-col2-default .col2 h1:before{ 
        content: ''; 
        position: absolute; 
        top: 0px;
        right: -40px; 
        width: 100px; 
        height: 300px; 
        background: #ffffff; 
        transform: rotate(15deg);
}
*/
.section-col2-default .col1 img,
.section-col2-default .col2 img{
    margin:4px;
}

.section-col2-default .col1 blockquote,
.section-col2-default .col2 blockquote{
    font-style: italic;
    border-left: solid 4px rgba(0,0,0,0.5);
    color: rgba(0,0,0,0.6);
    margin-left: 25px;
    padding-left:10px;
    box-sizing: border-box;
}

/******************************************************************************/

@media only screen and (min-width: 650px) {
    .section-col3-default {
        font-family: 'Abel', sans-serif;
        font-size: 18px;
        color:#34353a;
        padding:0px; 
        box-sizing: border-box;
        overflow: auto;
        margin: 24px auto 24px auto;
        max-width:1024px;
        background-color: transparent;
        display: grid;
        grid-template-columns: 32% auto 32%;
        grid-column-gap: 2%;
    }

    .section-col3-default .col1{
        padding:10px;
        background-color: #fff;
        box-sizing: border-box;
    }

    .section-col3-default .col2{
        padding:10px;
        background-color: #fff;
        box-sizing: border-box;
    }
    
    .section-col3-default .col3{
        padding:10px;
        background-color: #fff;
        box-sizing: border-box;
    }
    
    .section-col3-default .col1 h1,
    .section-col3-default .col2 h1,
    .section-col3-default .col3 h1{
            margin-left:-10px;
            margin-right:-10px;
            margin-top:0px;
            margin-bottom: 16px;
            position: relative; 
            overflow: hidden; 
            padding: 8px;
            font-size:24px;
            color:#34353a;
            font-weight:bold;
    }
}

@media only screen and (max-width: 650px) {
    .section-col3-default {
        font-family: 'Abel', sans-serif;
        font-size: 18px;
        color:#34353a;
        padding:0px; 
        box-sizing: border-box;
        overflow: auto;
        margin: 24px auto 24px auto;
        max-width:1024px;
        background-color: transparent;
        vertical-align: top;
        display: block;
    }

    .section-col3-default .col1{
        width:100%;
        background-color: #fff;
        box-sizing: border-box;
        padding:20px;
        margin-bottom: 48px;
    }

    .section-col3-default .col2{
        width:100%;
        background-color: #fff;
        box-sizing: border-box;
        padding:20px;
        margin-bottom:  48px;
    }
    
    .section-col3-default .col3{
        width:100%;
        background-color: #fff;
        box-sizing: border-box;
        padding:20px;
        margin-bottom: 24px;
    }
    
    .section-col3-default .col1 h1,
    .section-col3-default .col2 h1,
    .section-col3-default .col3 h1{
            margin-left:-20px;
            margin-top:-20px;
            margin-bottom: 4px;
            position: relative; 
            overflow: hidden; 
            padding: 12px  40px 11px 20px ;
            font-size:24px;
            font-weight:bold;
    }
}

/*
.section-col3-default .col1 h1:before,
.section-col3-default .col2 h1:before,
.section-col3-default .col3 h1:before{ 
        content: ''; 
        position: absolute; 
        top: 0px;
        right: -40px; 
        width: 100px; 
        height: 300px; 
        background: #ffffff; 
        transform: rotate(15deg);
}
*/

.section-col3-default .col1 img,
.section-col3-default .col2 img,
.section-col3-default .col3 img{
    margin:4px;
}

.section-col3-default .col1 blockquote,
.section-col3-default .col2 blockquote,
.section-col3-default .col3 blockquote{
    font-style: italic;
    border-left: solid 4px rgba(0,0,0,0.5);
    color: rgba(0,0,0,0.6);
    margin-left: 25px;
    padding-left:10px;
    box-sizing: border-box;
}

/******************************************************************************/
.colStyle1 {
    /* ACHTUNG CSS muss auch in "editor.js > SnEditMod" für den Text-Editor angepasst werden */
    background-color: #702020!important;
    color: rgba(255,255,255,0.85)!important;
}

.colStyle1 h1 {
    color: #fff!important;
}


.colStyle1 h2, 
.colStyle1 h3, 
.colStyle1 h4, 
.colStyle1 h5, 
.colStyle1 h6{
    color: rgba(255,255,255,0.85)!important;
}

.colImg {
    width:100%;
    display: block;
}

/******************************************************************************/
.colStyle2 {
    /* ACHTUNG CSS muss auch in "editor.js > SnEditMod" für den Text-Editor angepasst werden */
    background-color: #28503c!important;
    color: rgba(255,255,255,0.85)!important;
}
.colStyle2 h1 {
    color: #fff!important;
}

/*
.colStyle2 h1:before{ 
        content: ''; 
        position: absolute; 
        top: 0px;
        right: -40px; 
        width: 100px; 
        height: 300px; 
        background: #106010!important;
        transform: rotate(15deg);
}
*/

.colStyle2 h2, 
.colStyle2 h3, 
.colStyle2 h4, 
.colStyle2 h5, 
.colStyle2 h6{
    color: rgba(255,255,255,0.85)!important;
}

/******************************************************************************/
.colStyle3 {
    /* ACHTUNG CSS muss auch in "editor.js > SnEditMod" für den Text-Editor angepasst werden */
    color: rgba(255,255,255,0.85)!important;
}
.colStyle3 h1 {
    background-color: rgba(255,255,255,0.33)!important;
    color: #fff!important;
}

/*
.colStyle3 h1:before{ 
        content: ''; 
        position: absolute; 
        top: 0px;
        right: -40px; 
        width: 100px; 
        height: 300px; 
        background: #010160!important;
        transform: rotate(15deg);
}
*/

.colStyle3 h2, 
.colStyle3 h3, 
.colStyle3 h4, 
.colStyle3 h5, 
.colStyle3 h6{
    color: rgba(255,255,255,0.85)!important;
}

/******************************************************************************/
.colStyle4 {
    /* ACHTUNG CSS muss auch in "editor.js > SnEditMod" für den Text-Editor angepasst werden */
    background-color: #444!important;
    color: rgba(255,255,255,0.85)!important;
    margin-top:40px;
    padding:20px;
}
.colStyle4 h1 {
    color: #fff!important;
}

/*
.colStyle4 h1:before{ 
        content: ''; 
        position: absolute; 
        top: 0px;
        right: -40px; 
        width: 100px; 
        height: 300px; 
        background: #444!important;
        transform: rotate(15deg);
}
*/

.colStyle4 h2, 
.colStyle4 h3, 
.colStyle4 h4, 
.colStyle4 h5, 
.colStyle4 h6{
    color: rgba(255,255,255,0.85)!important;
}

/******************************************************************************/
.colStyle5 {
    /* ACHTUNG CSS muss auch in "editor.js > SnEditMod" für den Text-Editor angepasst werden */
    background-color: #fff799!important;
    color: rgba(0,0,0,0.85)!important;
}
.colStyle5 h1 {
    color: #fff!important;
}

/*
.colStyle5 h1:before{ 
        content: ''; 
        position: absolute; 
        top: 0px;
        right: -40px; 
        width: 100px; 
        height: 300px; 
        background: #fff799!important;
        transform: rotate(15deg);
}
*/

.colStyle5 h2, 
.colStyle5 h3, 
.colStyle5 h4, 
.colStyle5 h5, 
.colStyle5 h6 {
    color: #28503c!important;
}

/******************************************************************************/
.colStyle6 {
    /* ACHTUNG CSS muss auch in "editor.js > SnEditMod" für den Text-Editor angepasst werden */
    background-color: transparent!important;
    color: rgba(255,255,255,0.85)!important;
}
.colStyle6 h1 {
    color: #fff!important;
}

/*
.colStyle6 h1:before{ 
        content: ''; 
        position: absolute; 
        top: 0px;
        right: -40px; 
        width: 100px; 
        height: 300px; 
        background: #000!important;
        transform: rotate(15deg);
}
*/

.colStyle6 h2, 
.colStyle6 h3, 
.colStyle6 h4, 
.colStyle6 h5, 
.colStyle6 h6{
    color: rgba(255,255,255,0.85)!important;
}

/******************************************************************************/


@media only screen and (min-width: 850px) {
    .section-event {
        font-family: 'Abel', sans-serif;
        font-size: 18px;
        color:#34353a;
        padding:10px; 
        box-sizing: border-box;
        overflow: auto;
        margin: 24px auto 24px auto;
        max-width:1024px;
        background-color: transparent;
        vertical-align: top;
        display: grid;
        grid-template-columns: auto 380px;
        grid-column-gap: 16px;
    }
    .section-event .col1{
        background-color: #fff;
        box-sizing: border-box;
    }
    .section-event .col1 .pic {
        display:block; 
        height:550px;
        background-position:center bottom, center center; 
        background-size: auto auto, 100% auto; 
        background-repeat: repeat-x, no-repeat;
    }
    .section-event .col2{
        background-color: #fff;
        position:inherit;
    }
    .section-event .col2 .pic {
        width: 100%;
        vertical-align: top;
        height: 380px;
        display: inline-block;
        background-color: #f00;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
    }
}

    
@media only screen and (max-width: 850px) {
    .section-event {
        font-family: 'Abel', sans-serif;
        font-size: 18px;
        color:#34353a;
        padding:0px; 
        box-sizing: border-box;
        overflow: auto;
        margin: 24px auto 24px auto;
        max-width:1024px;
        background-color: transparent;
        vertical-align: top;
        display: block;
    }
    .section-event .col1{
        width:100%;
        background-color: #fff;
        box-sizing: border-box;
    }
    .section-event .col1 .pic {
        display:block; 
        height:600px;
        background-position:center bottom, center center; 
        background-size: auto auto, 100% auto; 
        background-repeat: repeat-x, no-repeat;
    }
    .section-event .col2{
        width:100%;
        background-color: #fff;
        padding:20px;
    }
    .section-event .col2 .pic {
        width: 100%;
        vertical-align: top;
        height: 350px;
        display: inline-block;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 100%;
    }
}

.section-event .col1 .pic h1 {
    background-color: #28503c;
    font-size:34px!important;
    color:#fff;
    font-weight: bold;
    margin: 0px;
    font-size: 18px;
    padding:10px;
    text-align: left;
    opacity: 0.86;
}

.section-event .col1 .pic h1 span {
    font-size:14px; 
    display: block; 
    margin-top:8px;
}


.section-event .col2 .m4n-row{
    padding:10px;
    background: linear-gradient(0deg, rgba(2,0,36,0.1) 0%, rgba(255,255,255,0.1) 50%, rgba(0,0,0,0.1) 100%);
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}
.section-event .col2 .m4n-row h4{
    color:#28503c;
    font-size:14px;
    font-weight: bold;
}


/******************************************************************************/
.m4n-ticket {
    background-color:#f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size:16px;
    border: solid 1px #888;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    overflow: auto;
}
.m4n-ticket h2 {
    font-size:22px!important;;
    color:#fff!important;
    font-weight: bold;
    margin: 0px;
    font-size: 18px;
    padding:10px;
    text-align: left;
}

@media only screen and (min-width: 850px) {
    .m4n-ticket-panel {
       font-family: 'Abel', sans-serif;
        background-color:#f0f0f0;
        overflow: auto;
        vertical-align: top;
        display: grid;
        grid-template-columns: auto 255px;
        grid-column-gap: 16px;
        overflow: hidden;
    }
    .m4n-ticket-panel .col1{
        width:100%;
        padding:5px;
        background-color: #f0f0f0!important;
        box-sizing: border-box;
    }
    .m4n-ticket-panel .col2{
        width:255px;
        padding:5px;
        background-color:#fff;
        box-sizing: border-box;
    }
}

    
@media only screen and (max-width: 850px) {
    .m4n-ticket-panel {
        font-family: 'Abel', sans-serif;
        background-color:#f0f0f0;
        overflow: auto;
        width:100%;
        vertical-align: top;
        display: block;
        overflow: hidden;
    }
    .m4n-ticket-panel .col1{
        width:100%;
        padding:5px;
        background-color: #f0f0f0!important;
        box-sizing: border-box;
    }
    .m4n-ticket-panel .col2{
        width:100%;
        background-color: #fff;
        padding:5px;
    }
}

@media only screen and (min-width: 1024px) {
    .aktionspreis {
        color:#840;
        border: solid 1px #aa5;
        margin-left: 20px;
        padding:10px;
        font-size: 16px;
        transform:matrix(1.00,-0.05,0.05,1.00,0,0);
        -ms-transform:matrix(1.00,-0.05,0.05,1.00,0,0);
        -webkit-transform:matrix(1.00,-0.05,0.05,1.00,0,0);
        background-color: #ff0;
        position: absolute;
        width:250px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    }
}
@media only screen and (max-width: 1024px) {
    .aktionspreis {
        color:#840;
        border: solid 1px #aa5;
        margin-left: 0px;
        display: block;
        padding:10px;
        font-size: 16px;
        background-color: #ff0;
        position:inherit;
        
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    }
}

/******************************************************************************/

.section-register-default {
    font-family: 'Abel', sans-serif;
    font-size: 18px;
    color:#34353a;
    padding:10px; 
    box-sizing: border-box;
    overflow: auto;
    margin: 24px auto 24px auto;
    max-width:1024px;
    background-color:#fff;
}

.section-register-default h2{
    color: #999;
    font-size: 36px;
    margin-bottom: 24px;
    padding-bottom: 0px;
    border-bottom: solid 3px #ccc;
}

/******************************************************************************/

.section-login-default {
    font-family: 'Abel', sans-serif;
    font-size: 18px;
    color:#34353a;
    padding:10px; 
    box-sizing: border-box;
    overflow: auto;
    margin: 24px auto 24px auto;
    max-width:600px;
    min-height:550px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color:rgba(255,255,255,0.7);
}

.section-login-default h1{
    color: #28503c;
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 24px;
    padding-bottom: 0px;
    border-bottom: solid 2px #fff;
}



.middle {
    margin-left: auto;
    margin-right: auto;
}


#wait-layer {
    display:none;
    position: fixed;
    vertical-align: middle;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
}

.rotate {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -175px;
    font-size: 350px;
    color:#fff;
    animation: rotation 1.5s infinite linear;
    text-shadow: 0 -1px 4px #FFF, 0 -2px 10px #ff0, 0 -10px 20px #ff8000, 0 -18px 40px #F00;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.overlay {
  position: fixed; /* Sit on top of the page content */
  display: none;/* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7); /* Black background with opacity */
  z-index: 1100; /* Specify a stack order in case you're using a different order for other elements */
  cursor: default; /* Add a pointer on hover */
  position: absolute;

}

.overlay span {
    display: block;
    font-weight: bold;
    position: fixed;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: #888;
    user-select: none;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background-color: #eee;
    padding:50px;
    box-shadow: 0 -1px 4px #FFF, 0 -2px 10px #ff0, 0 -1px 20px #ff8000, 0 -1px 40px #F00;
}

.cms-titel {
    color:#66f;
}
.cms-block {
    border: solid 1px #ccc;
    background-color: #fafafa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width:300px;
    min-height: 40px;
    padding:3px;
    margin:3px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.cms-block p {
    margin: 2px;
}
.cms-block p a {
    color:#000;
}


.cms-block2 {
    padding:3px;
    margin:3px;
    box-sizing: border-box;
    display: block;
    vertical-align: top;
}
.cms-block2 p {
    margin: 2px;
}
.cms-block2 p a {
    color:#000;
}
.cms-bild {
    display: block; 
    width:200px; 
    height:200px; 
    background-color:#444; 
    border:solid 1px #000;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

/**************************************************/

@media only screen and (min-width: 540px) {
    .event-box {
        margin:24px 10px 4px 10px;
        display:inline-block;
        width:230px;
        height:350px;
        background-color:#fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: solid 1px #444;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
        text-align: center;
    }
}
@media only screen and (max-width: 540px) {
    .event-box {
        margin:24px 0px 4px 0px;
        display:block;
        width:100%;
        height:350px;
        background-color:#fff;
        border: solid 1px #444;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
        text-align: center;
    }
}

.event-box .pic {
    display:block; 
    height:225px;
    background-position:center bottom, center center; 
    background-size: auto auto, 100% auto; 
    background-repeat: repeat-x, no-repeat;
}
.event-box .pic h1 {
    background-color: #28503c;
    color:#fff;
    font-weight: bold;
    margin: 0px;
    font-size: 18px;
    padding:5px;
    text-align: center;
    opacity: 0.86;
}
.event-box .pic h1:before {
    content: none;
}
.round-button {
    background-color: #28503c !important;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    border: solid 1px #444 !important;
    color:#fff !important;
    padding: 5px 16px 5px 16px;
}
.round-button:hover, .round-button:focus, .round-button:active {
    background-color: #fff !important;
    border: solid 1px #444 !important;
    color:#28503c !important;
    text-decoration: none;
}

.m4n-button-full {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.m4n-button-left {
    border-top-left-radius: 20px;
}

.m4n-button-middle {
    border-radius:20px 0px;
}

.m4n-button-right {
    border-bottom-right-radius: 20px;
}


.m4n-button, .m4n-button:focus {
    background-color: #28503c !important;
    /*position:relative !important;*/
    display:inline-block;
    color:#fff !important;
    padding: 8px 16px 8px 16px;
    color:#fff !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    border: solid 1px #28503c !important;;
}
.m4n-button:hover, .m4n-button:active {
    background-color: #fee !important;
    color:#28503c !important;
    border: solid 1px #28503c !important;;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    text-decoration: none;
}



.warenkorb {
    position: fixed; right: -170px; top:150px;
    border: solid 3px #28503c;
    background-color: #555;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color:#fff;
    width:150px;
    height:60px;
    padding-left:20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    cursor: pointer;
}
.warenkorb:hover {
    background-color: #999;
}

.warenkorb span {
    font-size:42px;
    position: absolute;
}

.move{
  -webkit-animation: drehdurch 1s;
  animation: drehdurch 1s;
}

@keyframes drehdurch {
  100%   {transform:rotate(360deg);}

}


@media only screen and (min-width: 800px) {
    .wk-row {
        margin:0px 0px 10px 0px;
        padding:10px;
        background-color:#f6f6f6;
        border: solid 1px #bbb;
        padding-left:146px;
        background-position: left center;
        background-size: 140px auto;
        background-repeat: no-repeat;
        overflow: auto;
    }
}
@media only screen and (max-width: 800px) {
    .wk-row {
        margin:0px 0px 10px 0px;
        padding:10px;
        background-color:#f6f6f6;
        border: solid 1px #bbb;
        padding-left:90px;
        background-position: left top;
        background-size: 80px auto;
        background-repeat: no-repeat;
        overflow: auto;
    }
}



.wk-row h4 {
    color: #888;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 4px;
    padding-top:0px;
    margin:0px;
    border-bottom: dotted 1px #ccc;
}
.wk-row .produkt {
    margin-top:8px;
}
.wk-row .preis {
    float:right;
    color:#28503c;
}

/******************************************************************************/


.section-col1-black {
    font-family: 'Abel', sans-serif;
    font-size: 18px;
    color:#34353a;
    padding:10px; 
    box-sizing: border-box;
    overflow: auto;
    margin: 24px auto 24px auto;
    max-width:1024px;
    background-color: transparent;
}

.section-col1-black h1 { 
        margin-left:-10px;
        margin-top:-10px;
        background: #28503c; 
        position: relative; 
        overflow: hidden; 
        padding: 12px  40px 11px 10px ;
        font-size:24px;
        color:#fff;
        font-weight:bold;
}

/*
.section-col1-black h1:before { 
        content: ''; 
        position: absolute; 
        top: 0px;
        right: -40px; 
        width: 100px; 
        height: 300px; 
        background: #000; 
        transform: rotate(15deg);
}
*/

/******************************************************************************/

@media only screen and (min-width: 540px) {
    .short-box {
        margin:24px 10px 4px 10px;
        display:inline-block;
        width:230px;
        height:350px;
        background-color:#fff;
        text-align: center;
    }
}
@media only screen and (max-width: 540px) {
    .short-box {
        margin:24px 0px 4px 0px;
        display:block;
        width:100%;
        height:350px;
        background-color:#fff;
        text-align: center;
    }
}

.short-box .pic {
    display:block; 
    height:225px;
    background-position:center bottom, center center; 
    background-size: auto auto, 100% auto; 
    background-repeat: repeat-x, no-repeat;
}
.short-box .pic h1 {
    background-color: #28503c;
    color:#fff;
    font-weight: bold;
    margin: 0px;
    font-size: 18px;
    padding:5px;
    text-align: center;
    opacity: 0.86;
}
.short-box .pic h1:before {
    content: none;
}


.m4n-textbox-icons {
    color:#5e9b5e; 
    font-size: 22px; 
    margin-top: 4px;
    display: inline-block;
}

/******************************************************************************/
.m4n-footer {
    background: #262626;
    border-top: 1px solid #28503c;
    -webkit-box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 17px 0px;
    width:100%;
    min-height: 60px;
    padding-bottom:60px;
    margin-top:60px;
}

@media only screen and (min-width: 850px) {
    .m4n-footer-section {
        font-family: 'Abel', sans-serif;
        font-size: 18px;
        color:#34353a;
        padding:10px; 
        box-sizing: border-box;
        overflow: auto;
        margin: 24px auto 24px auto;
        max-width:1024px;
        background-color: transparent;
        vertical-align: top;
        display: grid;
        grid-template-columns: auto 50%;
        grid-column-gap: 16px;
    }
    .m4n-footer-section .col1{
        background-color: #000;
        color:#bbb;
        box-sizing: border-box;
        padding:10px;
    }
    
    .m4n-footer-section .col2{
        background-color: #000;
        color:#bbb;
        position:inherit;
        padding:10px;
    }
}

    
@media only screen and (max-width: 850px) {
    .m4n-footer-section {
        font-family: 'Abel', sans-serif;
        font-size: 18px;
        color:#34353a;
        padding:0px; 
        box-sizing: border-box;
        overflow: auto;
        margin: 24px auto 24px auto;
        max-width:1024px;
        background-color: transparent;
        vertical-align: top;
        display: block;
    }
    .m4n-footer-section .col1{
        width:100%;
        background-color: #000;
        color:#bbb;
        box-sizing: border-box;
        padding:10px;
    }
    .m4n-footer-section .col2{
        width:100%;
        background-color: #000;
        color:#bbb;
        padding:20px;
        padding:10px;
    }
}

.m4n-footer-section .col1 h1,
.m4n-footer-section .col2 h1 {
    color:#fff!important;
    text-transform: uppercase;
    font-size:22px;
    border-bottom: 1px solid #fff;
    margin-bottom: 14px!important;
    padding-bottom: 2px;
}

.bottom-menu {
    text-align: center; 
    margin:20px auto 20px auto;
    font-size:24px;
}

.bottom-menu a {
    color: #fff;

    margin:8px;
}

.bottom-menu a:hover {
    color: #5e9b5e;
    text-decoration: none;
}

.zeilenumbruch {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.wertungen {
    
}

.wertungen_column1 {
  box-sizing: border-box;
  float: left;
  width: 40%;
  padding: 10px;
}
.wertungen_column2 {
  box-sizing: border-box;
  float: left;
  width: 60%;
  padding: 10px;
}
/* Clear floats after the columns */
.wertung_row {
    box-sizing: border-box;
    background-color:rgba(0,0,0,0.05); 
    margin-bottom:10px; 
    padding-bottom:6px;  
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
     content: "";
    display: table;
    clear: both;
    width:100%;
    
}
.wertung_row:hover {
    box-sizing: border-box;
    background-color:rgba(255,255,100,0.1); 
}

.wertung_cell {
   display:inline-block; 
   min-width:170px; 
   border: 1px solid rgba(0,0,0,0.2); 
   background-color:#fff; 
   padding:5px;
   margin:5px;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .wertungen_column1 {
    width: 100%;
  }
  .wertungen_column2 {
    width: 100%;
  }
}


/************************************/


@media screen and (max-width: 800px) {
    .teamImgPanel{
        padding-top:40px;
        display: block;
        color: #34353a;
        font-size:18px;
        text-decoration: none;
        min-height: 340px;
    }
    
    .teamImgPanel:hover {
        background-position: 0px 0; 
        background-size: 0;
    }

    .teamImg{
      width: 200px;
      height: 280px;
    }
    
    .teamImgPanel .teamImg {
      object-fit: cover;
      filter: grayscale(100%) contrast(120%);
      box-shadow: 10px 15px 25px 0 rgba(0,0,0,.5);
      display: block;
      transition: all .4s cubic-bezier(0.645, 0.045, 0.355, 1);
      margin-left:auto;
      margin-right: auto;
      /*border: solid 1px rgba(0,0,0,0.15);*/
      border: solid 6px #fff;
    }

    .teamImgPanel:hover .teamImg{
      box-shadow: 1px 1px 10px 0 rgba(0,0,0,.5);
      filter: grayscale(0%) contrast(120%);
    }

    .teamImgPanel .txt{
       display:block;
       margin: 16px;
    }

    .teamImgPanel .soz{
       position: absolute; 
       bottom: 18px; 
       display: block;
    }
    .teamImgPanel h1{
        text-align:center;
        margin:16px;
        transition: all .4s cubic-bezier(0.645, 0.045, 0.355, 1);
      }

      .teamImgPanel:hover h1{
        background-color: #fff!important;
      }

}
@media screen and (min-width: 800px) {
    .teamImgPanel{
        margin-left:25px;
        padding-top:40px;
        display: block;
        color: #34353a;
        font-size:18px;
        text-decoration: none;
        cursor:default;
        min-height: 340px;

        background-image: linear-gradient(#fff, #ffe);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: 8px 0; 
        background-size: 100%;
        transition: all .4s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .teamImgPanel:hover {
        background-position: 0px 0; 
        background-size: 0;
    }

    .teamImgPanel .teamImg{
      width: 200px;
      height: 280px;
      object-fit: cover;
      filter: grayscale(100%) contrast(120%);
      box-shadow: 10px 15px 25px 0 rgba(0,0,0,.5);
      display: inline-block;
      transition: all .4s cubic-bezier(0.645, 0.045, 0.355, 1);
      margin-top: -10px;
      /*border: solid 1px rgba(0,0,0,0.15);*/
      border: solid 6px #fff;
    }

    .teamImgPanel:hover .teamImg{
      box-shadow: 1px 1px 10px 0 rgba(0,0,0,.5);
      filter: grayscale(0%) contrast(120%);
    }

    .teamImgPanel .txt{
       float: right;
       width:290px;
       display:block;
       margin-right: 0px;
       padding-right: 8px;
       height: 300px;
       position: relative; 
    }

    .teamImgPanel .soz{
       position: absolute; 
       bottom: 18px; 
       display: block;
    }
    .teamImgPanel h1{
        position: absolute;
        z-index: 1;
        transform: translate(-25%, -65%);
        margin: 0;
        line-height: 1.2;
        padding:4px;
        transition: all .4s cubic-bezier(0.645, 0.045, 0.355, 1);
      }

      .teamImgPanel:hover h1{
        transform: translate(-20%, -65%);
        background-color: #fff!important;
      }

}





.teamImgPanel .soz a{
   text-decoration: none;
   margin:2px;
}
.teamImgPanel .soz a img{
   width:24px;
   height:24px;
   margin:0px;
   padding:0px;
}


.teamImgPanel:hover .teamImg,
.teamImgPanel:hover .glow-wrap{
  margin-top: 0;
}




/***********************************/

.section-team {
    font-family: 'Abel', sans-serif;
    font-size: 18px;
    color:#fff;;
    padding:10px 10px 16px 10px; 
    box-sizing: border-box;
    overflow: auto;
    margin: 60px auto 0px auto;
    max-width:1024px;
    width:100%;
    display: block;
    background-color: transparent;
}

.section-team h1 { 
    margin-left:-10px;
    margin-top:0px;
    margin-left:-10px;
    margin-bottom:8px;
    position: relative; 
    overflow: hidden; 
    padding: 8px ;
    font-size:32px;
    font-weight:bold;
    color:#68cf9b;
}

.teamObj {
    display:block; 
    text-align:center;
    width:100%;
    margin:0px auto 0px auto;
    padding: 8px 0px 0px 0px;
    background-color1: transparent;
}

.teamObj, .teamObj:hover, .teamObj:active, .teamObj:default, .teamObj:focus{
    text-decoration:none;
}

.teamObj div{
    text-align: left;
    background-color: transparent;
    margin-left:4px;
    margin-right:4px;
    margin-bottom: 2px;
    box-sizing: border-box;
    padding-left: 16px;
    
}

.teamObj div h1 { 
    font-size:24px;
    color:#000;
    font-weight:bold;
    padding:4px;
    margin:0px;
}
.teamObj div h4 { 
    font-size:24px;
    color:#28503c;
    font-weight:bold;
    padding:4px;
    margin:0px;
    background-color: #fff;
    border-left: solid 1px rgba(255,255,255,0.5);
    border-right: solid 1px rgba(255,255,255,0.5);
}

.teamSozIcons {
    display: inline-block;
    width:34px;
    line-height: 22px;
    vertical-align: middle;
    color: #fff;
    background-color: #28503c;
    /*border-radius: 25%;*/
    border: solid 2px rgba(255,255,255,0.9);
    text-align: center;
    margin: 4px center 4px center!important;
    padding:4px;
    font-size: 16px;
}
.teamSozIcons:hover, .teamSozIcons:active {
    
    color: #28503c;
    background-color: #fff;
    border: solid 2px rgba(40,80,60,0.9);
}

/**************************/


@media screen and (max-width: 800px) {
    .paper {
        margin: 5px auto;
        padding:1px 5px 5px 5px;
        width: 100%;
        border-radius: 2px;
    }
    .sk_img {
        display: none;
    }
    .sk_item {
        width:100%; 
        padding:0px; 
        margin:16px auto 0px auto;
    }
    .sk_item td h3 {
        padding-top:0px; 
        font-size:24px; 
        margin-top:0px; 
        margin-bottom: 0px; 
        padding-bottom: 0px; 
        color:#28503c!important; 
        font-weight:normal; 
        font-family: 'Sacramento', cursive;
    }
}
@media screen and (min-width: 800px) {
    .paper {
        margin: 20px auto;
        padding:1px 24px 24px 24px;
        width: 100%;
        border-radius: 2px;
        background: rgb(252,251,247);
        background: -moz-linear-gradient(top, rgba(252,251,247,1) 0%, rgba(234,234,234,1) 100%);
        background: -webkit-linear-gradient(top, rgba(252,251,247,1) 0%,rgba(234,234,234,1) 100%);
        background: linear-gradient(to bottom, rgba(252,251,247,1) 0%,rgba(234,234,234,1) 100%);
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    }
    .sk_item {
        width:90%; 
        padding:0px; 
        margin:16px auto 0px auto;
    }
}   .sk_item td h3 {
        padding-top:0px; 
        font-size:36px; 
        margin-top:0px; 
        margin-bottom: 0px; 
        padding-bottom: 0px; 
        color:#28503c!important; 
        font-weight:normal; 
        font-family: 'Sacramento', cursive;
    }
    
    