* {
    margin: 0;
    padding: 0;
    box-sizing:border-box
}

body {
    margin: 0;
    padding:0
}

body, button, input, select, textarea {
    line-height:1.7
}

p {
    margin:0 0 25px
}

strong {
    font-weight:700
}

img {
    max-width:100%
}

h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    line-height:normal
}

.page-title {
    padding-left: 15px;
    padding-bottom:20px
}

.center {
    max-width: 1210px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width:100%
}

body .no_sidebar {
    width:100%
}

.header-wrap {
    padding:0
}

.header {
    transition: all .4s;
    position: relative;
    margin: 0 auto;
    width:100%
}

.left {
    float:left
}

.right {
    float:right
}

.clear {
    clear:both
}

.logo {
}


span.desc {
    display: block;
    clear: both;
    font-size: 11px;
    position: relative;
    top:-7px
}

.head_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position:relative
}

#simple-menu {
    float: right;
    color: #fff;
    font-size: 36px;
    display: none;
    margin: 23px 0;
    line-height: normal;
    padding-left:30px
}

.pad_menutitle {
    padding: 10%;
    width:100%
}

.pad_menutitle span {
    display: inline-block;
    float: right;
    cursor:pointer
}

#sidr-main {
    display:none
}
#sidr-main-turnier {
    display:none
}

.copyright_center {
    width: 100%;
    float: left;
    padding: 20px 0;
    text-align:center !important
}

.copyright_center a:hover {
    transform:none
}

.copyright_center {
    float: none;
    padding:0
}

.to_top {
    width: 40px;
    height: 38px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, .2);
      -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    text-align: center;
    padding-top: 2px;
//    display: none;
    opacity: .4;
    z-index:99;
}

.to_top:hover {
    opacity:1
}

.to_top i {
    font-size: 26px;
    padding-top:4px
}

.to_top.hide_totop {
    display:none !important
}
.display_inline {
 display: inline!important;
}

.div_angle {
    visibility: hidden; /* Standardmäßig versteckt */
    transition: visibility 0.3s ease; /* Sanfter Übergang */
}

.div_angle.sichtbar {
    visibility: visible;
}

.nav_bar {

    width: 40px;
    height: 38px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background: rgba(32, 119, 104, 1);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

    position: fixed;
    top:30px;
    right: 20px;
/*
    cursor: pointer;
    text-align: center;
    padding-top: 2px;
    display: none;
    opacity: .4;
*/

    z-index:999
}

.turnier_bar {

    width: 30px;
    height: 28px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background: rgba(32, 119, 104, 1);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

    position: absolute;
//    top: 300px;
    left: 20px;

    z-index:999
}
.turnier_html{
//    display: none;
}

#footer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    width:100%
}

#footer .rowfooter {
    clear: both;
    padding-top: 0;
    padding-bottom: 0;
    font-size:16px
}

#footer.footer-type3 .rowfooter {
    margin:0 -30px
}

#footer .rowfooter:after {
    content: "";
    clear: both;
    display:block
}

.copyright_center {
    text-align:center
}

.copyright_center .copytext {
    width:100%
}

.copyright_center {
    width: 100%;
    display:block
}

.copyright_center {
    float:none
}

#copyright {
    width: 100%;
    float: left;
    text-align: center;
    font-size:15px
}

.copytext {
    padding: 20px 15px;
    line-height: 1.9em;
    text-align:center
}

.copyright-left {
    float: left;
    min-height: 1px;
    width:70%
}

.copyright-right {
    float: left;
    min-height: 1px;
    width:30%
}

.copyright-left {
    text-align:left
}

.footer-logo {
    text-align:center
}

.footer-logo img {
    display:inline-block
}

.copyright-right {
    text-align:right
}

.copytext:after {
    content: "";
    clear: both;
    display:block
}

.copytext p {
    margin:0
}

.copytext:empty {
    display:none
}

.copytext:after {
    content: "";
    clear: both;
    display:block
}

