/* FRAMEWORK 
================================== */

body
{
    background-image: url(../img/back.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #000;
    min-width:440px !important;
}

h1
{
    font-family: Myriad Pro, Century Gothic, Arial, Verdana;
    font-size: 20px;
    font-weight: bold;
    color: #cd212a;
    margin-bottom: 5px;
}

h3
{
    font-family: Myriad Pro, Century Gothic, Arial, Verdana;
    font-size: 18px;
    font-weight: bold;
    color: #cd212a;
    margin-bottom: 0px;
}

h5
{
    font-family: Myriad Pro, Century Gothic, Arial, Verdana;
    font-size: 18px;
    font-weight: bolder;
    color: White;
}

p
{
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: normal;
    margin-left: 1px;
}

img {
    max-width: 100%;
    height: auto!important;
}

a:link
{
    text-decoration: none;
    color: #333;
}

a:hover
{
    text-decoration: underline;
    color: #333;
}

a:visited
{
    text-decoration: none;
    color: #333;
}

/* Responsive 
================================== */

.swish a img {
    width: 150px;
    float: right;
    margin-bottom: 16px;
    margin-right: -10px;
}
.swish {position:relative;}
.swishtext {position:absolute;}
#wrap
{
    background-image: url(../img/contentBack.png);
    float: left;
}

.odd
{
    background-color: #ccc;
}


.thumb
{
    border: 3px solid #ccc;
    margin-right: 5px;
    margin-top: 5px;
}

.puffBox {
    display: table;
    padding-bottom: 12px;
}

#uberwrap
{
    margin: 0 auto;
    max-width: 990px;
}

#wrapLeft, #wrapRight 
{
    float: left; 
}

#wrapLeft
{
    max-width: 450px; 
    margin-left: 45px; 
    margin-top: 30px; 
    margin-right: 20px;
}

#wrapRight 
{
    margin-top: 20px; 
}

.footBox 
{
    height: 150px; 
    max-width: 404px; 
    float: left; 
    /*margin-top: 15px;*/
    margin-left: 3px;
}

.footDiv {
    background-color: #fff;
    float: left;
    padding: 10px;
    border-radius: 7px;
    margin-top: 15px; 
    margin-left: 10px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.35);
}

.footDivH2 {
    background-image: linear-gradient(#e81a26, #bb121a);
    width: 362px; 
    padding: 4px;
    margin-bottom: 10px;
    font-family: Myriad Pro, Century Gothic, Arial, Verdana;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.footBot {
    background-image: url(img/contentBottom.png);
    max-width: 990px;
    height: 38px;
    float: right;
}

.news-line {
    margin-left: -11px;
    margin-top:22px;
    width:100%;
    max-width:443px;
}

.news_list_title {
    padding-right: 120px;
}

@media (max-width: 900px) and (min-width:600px) {
    #wrap {
        margin: 0px 35px !important;
    }
    #footBoxInfo {
        padding-left: 45px !important;
    }
    #wrapLeft, .news-line {
        max-width: 650px !important;
    }
}

@media (max-width:500px) {
    .puff
    {
        float:none !important;
        margin:auto !important;
    }
}


@media (max-width: 900px) and (min-width:500px) {
    #editor1_wp_content {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important; 
    }

    #userContent
    {
        max-width: 100% !important;
        width:100% !important;
    }
    .puffBox
    {
        width:440px;
        margin:auto !important;
    }
}

@media (max-width: 900px) {
    .footBox {
        width: 100%;
        max-width: 650px !important;
    }
    .footBox a img, .footBoxRow {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important; 
    }
    .footBoxRow {
        max-width: 95%;
    }

    #imgHeadBig 
    {
        display:none !important;
    }
    #wrap
    {
        max-width: 650px;
    }
    .newsHeadText
    {
        display:none !important;
    }
    #wrapRight
    {
        margin-top: 0px !important;
        width: 94%;
        margin-left: 3%;
    }
    #menu 
    {
        display:none;
    }
    #headerWrap
    {
        padding: 0 14px;
        margin-top:75px;
    }
    .top_mobile {
        display:block !important;
    }
    .mobileHide {
        display:none !important;
    }
    #editor1_wp_content {
        max-width: 450px;
    }
    #sliderWrap {
        display:none !important;
    }
    #editor1_wp_content img 
    {
        width: auto !important;
        max-width: 388px !important;
    }
    .footBoxBot
    {
        width: 40%;
        min-height: 110px;
    }
    #wrapRight {
        padding-right:15px;
    }
    #userContent
    {
        margin-left:20px !important;
        margin-right:0px !important;
        margin-top:15px !important;
    }
    #footBoxInfo
    {
        padding-left: 15px;
    }
    #wrapLeft
    {
        margin-top:0px !important;
    }
    .ap_header 
    {
        display:none;
    }
}

@media (min-width: 900px) {
    #wrapRight
    {
        margin-left: 6px;
        max-width: 410px; 
    }
    
     .footBot {
        display: none;
    }
    
    .footBot2 {
       display: block;
    }
}

@media (min-width: 900px) and (max-width: 990px) {
    #wrapRight
    {
        position:absolute;
        right: 11px;
    }
    
}

@media (max-width: 990px) {
    
    .footBot {
        display: block;
    }
    
    .footBot2 {
       display: none;
    }
    
    
    .headerTop, #imgHeadBig
    {
        width: 100%;
        height:auto !important;
    }

    #wrap
    {
        margin-right: 14px;
    }
}

@media (min-width: 990px) {
    #wrap
    {
        width: 990px;
    }
    .botBar {
        background-image: url(/img/contentBottom.png);
        width: 990px;
        height: 38px;
        float: left;
    }
}

#userContent {
    float: left;
    max-width: 450px;
    margin-left: 45px;
    margin-top: 30px;
    margin-right: 20px;
}

.sb-left .sf-menu {
    list-style:none;
}

.sb-left .sf-menu li {
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sb-left .sf-menu li a {
    border-left: 3px solid transparent;
    width: 100%;
    display: inline-block;
    padding: 1em;
    color: #ffffff;
    text-decoration: none;
    text-decoration: none;
    background: transparent;
    font-size: 1.5em;
}

.sf-menu
{
    background-color:rgba(120,120,120,0.5);
}

.sb-slidebar
{
    background:none !important;
    margin-top:75px !important;
}

#sb-site 
{
    min-height:0 !important;
}

.navicon-line {
    width: 44px;
    height: 7px;
    border-radius: 1px;
    margin-bottom: 5px;
    background-color: black;
    display: block;
    cursor: pointer;
}

.top_mobile {
    top: 0px;
    position: fixed;
    z-index: 99;
    border-bottom: solid 2px;
    background-color: white;
    display: none;
    width: 100%;
}

.top_mobile img  {
    width: 212px;
}

.sb-toggle-left {
    width: 58px;
    float: left;
    padding: 19px;
    float: left !important;
    display: block;
}

#imgHeadBig, #imgHeadSmall
{
    border: 0;
}

#sliderWrap {
    overflow: hidden;
    padding-left: 10px;
    padding-top: 5px;
    max-width: 400px;
    max-height: 300px;
    background: url(img/introbg.jpg) no-repeat;
    margin-top: 13px;
    position: relative;
    margin-left: 0px;
    margin-right: auto;
    text-align: left;
}

.footBox 
{
    height: 150px; 
    max-width: 404px; 
    float: left; 
    margin-top: 15px; 
    margin-left: 3px;
}

.footBot {
    background-image: url(img/contentBottom.png);
    max-width: 990px;
    height: 38px;
    float: right;
}

.footBoxBot
{
    float:left;
    width:180px;
    margin-left:11px;
    margin-bottom: 0px;
}

.headerTop
{
    max-width: 990px;
    float: left;
    height: 188px;
}

.puff {
    width: 197px; 
    height: 158px; 
    float: left;
    margin-left: -5px; 
    margin-top: 16px; 
    padding: 13px; 
    color: White;
}

.puff-icon img {
    display: none;   
}

.puff h5 {
    display:inline;
}

.puff p {
    padding: 0 0 58px 0;
    margin: 0;
    font-size: 11px;
    height: 61px;
}

.puff a {
    color:white;
}

.news-text {
    width: 255px;
    float: left;
}

.news-icon {
    float: right;
    width: 120px;
    margin-top: -25px;
    text-align:center;
}

.news-icon img {
    border-width:0px;
}

#menu
{
    padding-right: 19px;
    float: left;
    margin-left: 15px;
    max-width: 941px;
    background-color: Black;
    font-weight: normal;
    font-size: 11px;
    width: 100%;
}

    #menu ul
    {
        margin: 0 0 0 0;
        padding: 0;
    }

        #menu ul li
        {
            padding-top: 13px;
            padding-right: 12px;
            padding-left: 11px;
            float: left;
            list-style: none;
            height: 31px;
        }

    #menu a
    {
        color: White;
    }


/* NEWS
================================== */

.aktuellt_header
{
    font-family: Myriad Pro, Century Gothic, Arial, Verdana;
    font-size: 20px;
    font-weight: normal;
    color: #cd212a;
}

.aktuellt_item
{
    font-family: Verdana, Arial;
    font-size: 11px;
}


/* Easy Slider 
====================================*/

#slider ul, #slider li,
#slider2 ul, #slider2 li
{
    padding: 0;
    margin: 0;
    list-style: none;
}

#slider2
{
    margin-top: 1em;
}

    #slider li, #slider2 li
    {
        /* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
        width: 387px;
        height: 302px;
        overflow: hidden;
    }

#prevBtn, #nextBtn,
#slider1next, #slider1prev
{
    display: block;
    width: 38px;
    height: 73px;
    position: absolute;
    left: 10px;
    top: 125px;
    z-index: 1000;
}

#nextBtn, #slider1next
{
    left: 370px;
}

    #prevBtn a, #nextBtn a,
    #slider1next a, #slider1prev a
    {
        display: block;
        position: relative;
        width: 38px;
        height: 54px;
        background: url(../img/btn_prev.png) no-repeat 0 0;
    }

    #nextBtn a, #slider1next a
    {
        background: url(../img/btn_next.png) no-repeat 0 0;
    }

.textbox
{
    padding: 5px;
    width:153px;
}

.testbox:hover
{
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}