
/* Links zum Bearbeiten */

.guide_a {
     font-size: 13pt;
    line-height: 29px;
}

.guide_a:hover {
    font-weight: bold;
}



/* STARTSEITE */

.icon_guide_start {
    background-position: 7% 50% !important;
    padding-left: 55px !important;
}

.normal_guide_start {
    color: white !important;
}

.scroll-box_guide {
    margin: 0px;
    padding: 5px 0px;
    width: 100%;
    text-align: center;
}

.scroll-box_guide p {
    width: 75%;
    text-align: center;
}

#i_hello { background: url('./../../../guide/img/icon/hello.png') no-repeat; }
#i_start { background: url('./../../../guide/img/icon/start.png') no-repeat; }
#i_howitwork { background: url('./../../../guide/img/icon/howitwork.png') no-repeat; }
#i_generate { background: url('./../../../guide/img/icon/generate.png') no-repeat; }
#i_inhalt { background: url('./../../../guide/img/icon/inhalt.png') no-repeat; }
#i_select { background: url('./../../../guide/img/icon/select.png') no-repeat; }


p.absatz, p.ueberschrift {
    text-align: justify;
}

p.ueberschrift {
    font-size: 17pt;
    font-weight: bold;
}

p.bigger {
    font-weight: bold;
    font-size: 15pt;
}

p.absatz a {
    text-decoration: underline;
        color: white;
}

p.absatz a:hover {
    text-decoration: none;
    cursor: pointer;
}


.header_guide {
    font-size: 3em;
}

.header_guide img {
    width: 100%;
    height: auto;
    max-width: 401px;
}

.header_guide span {
    margin: 18px;
    display: block;
}

/*
 * 
 * 
 * 
 * FORMS
 * 
 * 
 * 
 */
 
 
span.schnellhilfe {
    background-image: url(images/icon_faq.gif);
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: help;
}



/*
 * 
 * 
 * 
 * 
 * YOUR CODE
 * 
 * 
 * 
 * 
 */
 
 .yourcodetext {
     font-size: 15pt;
 }
 
 .yourcode {
     border: 2px solid;
    border-color: white;
    padding: 5px;
    margin: 7px;
    display: block;
    width: 390px;
    font-size: 20pt
 }
 
 
 
 /*
  * 
  * 
  * 
  * SUCCESS BOXEN
  * 
  * 
  */
  
  .bggreen {
    background-color: green;
}




/*
 * 
 * 
 * 
 * 
 * GUIDE EDIT
 * 
 * 
 * 
 */
 
 
 dl.pages {
    margin: 20px 0px;
    background-color: #2059a6;
    padding: 10px 10px;
    border-radius: 5px;
}




/*
 * 
 * 
 * 
 * 
 * Seitenelemente
 * 
 * 
 * 
 * 
 */
 
 h3.guideh {
 
    border-bottom: none;
    border-bottom-color: transparent;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3em;
 }
 
 h2.guideh {
     border-bottom: none;
     border-bottom-color: transparent;
 }
 
 
 
 
 .guide_responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.guide_responsive-video {
position: relative;
padding-top: 0px;
height: 0;       
overflow: hidden;
margin: 1px 7px;
}


.guide_normal {
    width: 100%;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
}

.guide_small55 {
    width: 100%;
    max-height: 352px;
    max-width: 625px;   
    padding-bottom: 32.25%; /* Default for 1600x900 videos 16:9 ratio*/
}

.guide_small55 iframe {
    max-height: 352px;
}

.guide_left {
    float: left;
    text-align: left;
}

.guide_right {
    text-align: left;
    float: right;
}


span.guidetext {
    font-size: 13pt;
    text-align: justify;
        cursor: default;

}

br.clear {
    clear: both;
}

p.guide_p {
    text-align: justify;
}


q.guide_url {
    border: 3px solid white;
    margin: 5px auto;
    width: -moz-fit-content;    /* Firefox/Gecko */
    width: -webkit-fit-content; /* Chrome */  
    width: fit-content;  
    display: block;
    text-align: center;
    text-align: -webkit-center;
    border-radius: 3px;
    background-image: url(./images/icon_guide_link.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 7px;
    background-size: 32px;
    min-height: 70px;
    padding: 12px 18px 12px 48px;
    cursor: pointer;
    transition: 100ms ease-in-out background-color;
}

q.guide_url:hover {
    background-color: #0d477d;
    transition: 100ms ease-in-out background-color;
}

q.guide_url:active {
    background-color: #0c4369;
    transition: 0s linear all;
}

span.guide_url {
    font-size: 24px;
}

a.guide_url {
        text-decoration: none;
        font-style: italic;
    font-size: 20px;
    line-height: 30px;
}

a.guide_url:hover, a.guide_url:active {
    text-decoration: none;
}

.guide_iframe {
    width: 100%;
    height: auto;
    overflow: scroll;
}



/*
 * 
 * 
 * BOX-ELEMENT
 * 
 * 
 * 
 * 
 */
 
 
q.guide_box_big {
    border: 3px solid white;
    margin: 5px auto;
    width: -moz-fit-content;    /* Firefox/Gecko */
    width: -webkit-fit-content; /* Chrome */
    width: fit-content;
    display: block;
    text-align: center;
    text-align: -webkit-center;
    border-radius: 3px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 7px;
    background-size: 32px;
    min-height: 70px;
    padding: 12px 18px 12px 48px;
}

q.guide_box_small {
    border: 3px solid white;
    margin: 5px 8px;
    width: -moz-fit-content;    /* Firefox/Gecko */
    width: -webkit-fit-content; /* Chrome */
    width: fit-content;
    max-width: 50% !important;
    height: auto;
    display: block;
    text-align: center;
    text-align: -webkit-center;
    border-radius: 3px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 7px;
    background-size: 32px;
    min-height: 70px;
    padding: 12px 18px 12px 48px;
}

span.guide_box_title {
    font-size: 24px;
    font-weight: bold;
}

span.guide_box_text {
        font-size: 20px;
        font-weight: normal;
}

q.guide_icon_quotes {
    background-image: url(./images/icon_guide_quotes.png);
}

q.guide_icon_achtung {
    background-image: url(./images/icon_guide_achtung.png);
}

q.guide_icon_vorsicht {
    background-image: url(./images/icon_guide_vorsicht.png);
}

q.guide_icon_tipp {
    background-image: url(./images/icon_guide_tipp.png);
}

q.guide_icon_egg {
    background-image: url(./images/icon_guide_egg.png);
}

q.guide_icon_vorbereitung {
    background-image: url(./images/icon_guide_vorbereitung.png);
}

q.guide_icon_background {
    background-image: url(./images/icon_guide_background.png);
}

q.guide_icon_history {
    background-image: url(./images/icon_guide_history.png);
}

a.icon_guide_btn_source {
    background-image: url(./images/icon_guide_btn_source.png);
}

a.icon_guide_btn_filter {
    background-image: url(./images/icon_guide_btn_filter.png);
}

a.icon_guide_btn_print {
    background-image: url(./images/icon_guide_btn_print.png);
}

a.icon_guide_btn_share {
    background-image: url(./images/icon_guide_btn_share.png);
}

a.icon_guide_btn_bookmark {
    background-image: url(./images/icon_guide_btn_bookmark.png);
}

a.icon_guide_btn_report {
    background-image: url(./images/icon_guide_btn_report.png);
}

a.icon_guide_btn_true {
    background-image: url(./images/icon_guide_btn_true.png);
    background-color: #07b707;
}

a.icon_guide_btn_false {
    background-image: url(./images/icon_guide_btn_false.png);
    background-color: #b70707;
}

a.guide_quote_link, a.guide_quote_link_left {
    height: 64px;
    width: 64px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    background-color: #0d477d;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 2px;
}

a.guide_quote_link:hover, a.guide_quote_link_left:hover {
    background-color: #2059a6;
}

a.guide_quote_link {
    border-radius: 7px;
}

a.guide_quote_link_left {
    border-radius: 7px 0px 0px 7px;
}

a.guide_quote_link_right {
    height: 64px;
    width: 64px;
    text-decoration: none;
    display: inline-block;
    cursor: default;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 2px 2px 2px -2px;
    border-radius: 0px 7px 7px 0px;
}


div.guide_box_att_big {
        border: 3px solid white;
    border-radius: 3px;
    padding: 6px;
    margin: 10px 2px;
    height: auto;
    width: 98%;
}

div.guide_box_att_small {
        border: 3px solid white;
    border-radius: 3px;
    padding: 6px;
    margin: 5px 5px;
    height: auto;
    width: 55%;
}

img.guide_max-height {
    max-height: 579px;
    height: 100%;
    width: auto;
}

img.guide_max-width {
    max-width: 520px;
    width: 100%;
    height: auto;
}

img.guide_pic_float {
    margin: 4px;
}


img.vorschau_img_guide {
    width: 100%;
    max-width: 500px;
    height: auto; 
}


/*
 * 
 * GALLERIE
 * 
 * 
 */
 
 div.gallery_guide {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 230px;
}

div.gallery_guide:hover {
    border: 1px solid #ffd001;
}

div.gallery_guide img {
    width: 100%;
    height: auto;
}

div.gallery_guide_desc {
    padding: 15px;
    text-align: center;
}

div.gallery_guide_desc a {
    text-decoration: none;
    font-weight: normal;
    color: #FFFFFF;
}

span.gallery_guide_more {
    font-size: 70px;
    text-decoration: none;
    font-weight: normal;
}


/*
 * 
 * 
 * 
 * 
 * 
 * SHARE-BOX
 * 
 * 
 * 
 * 
 */
 
 /*




/*
 * 
 * 
 * 
 * 
 * 
 * MEDIA PARAMETER -> RESPONSIVE DESIGN
 * 
 * AM ENDE DIESER DATEI LASSEN!!!
 * 
 */
 
 @media screen and (max-width: 1170px) {

    .guide_responsive-video {
        margin: 0px;
    }

    .guide_left {
        text-align: center;
        float: none;
    }

    .guide_right {
        text-align: center;
        float: none;
    }

    .guide_small55 {
        max-height: 659px;
        max-width: 1170px;
        padding-bottom: 56.25%;
    }

    .guide_small55 iframe {
    max-height: 659px;
    }

    p.guide_p {
        float: left;
        margin-top: 5px;
    }

    div.guide_box_att_big, div.guide_box_att_small {
        margin: 40px 2px;
    }

    img.guide_att_pic {
        width: 100% !important;
    }

    .parkplan_v {
        display: block;
    }
    
    img.guide_pic_float {
        margin: 0px;
        width: 100% !important;
        height: auto !important;
        max-height: 99999999px;
        max-width: 99999999px;
    }

}

/*
 * 
 * 
 * 
 * 
 * NICHTS MEHR UNTER DIESEM TEXT EINFÜGEN!
 * 
 * 
 * 
 */