/* RESET Eric Meyer's Reset CSS v2.0 - http://cssreset.com  --------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* GRID */    
body{min-width:960px;}
.grid_container{margin-left:auto;margin-right:auto;width:960px;}
.grid_33,.grid_50,.grid_100{display:inline;float:left;margin-left:5px;margin-right:5px;}
.alpha{margin-left:0;}
.omega{margin-right:0;}
.grid_container .grid_33{width:310px;}
.grid_container .grid_50{width:470px;}
.grid_container .grid_100{width:950px;}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:before,.clearfix:after,.grid_container:before,.grid_container:after{content:'.';display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0;}
.clearfix:after,.grid_container:after{clear:both;}
.clearfix,.grid_container{zoom:1;}
.hidden{display:none !important;visibility:hidden;}
.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;} 



/* dancing-script-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/dancing-script-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('/fonts/dancing-script-v24-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-slab-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/roboto-slab-v25-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('/fonts/roboto-slab-v25-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
  
  



html {font-size:62.5%;}
body {
font-family: 'Roboto Slab', 'arial', sans-serif;
font-size:16px;font-size:1.6rem;
line-height:22.5px;line-height:2.25rem;
color: #000000;
font-weight: 400;
letter-spacing: -0.12px;
background-color: #ffffff;
background-image:url('/img/body_bg.jpg');
background-attachment: fixed;
background-size: cover;
}


.grid_max {
    display: block;
}
.grid_min {
    display: none;
}





a{color:#ffffff;text-decoration:none;}
a:link{color:#ffffff;}
a:active{color:#ffffff;}
a:visited{color:#ffffff;}
a:hover{color:#ffffff;}

h1,h2,h3,h4,h5{font-family: 'Dancing Script',arial,serif; font-weight:normal;margin:5px 0px;padding:0px;}
h1{font-size:4.0rem;margin:10px 0px;}
h2{font-size:3.0rem;margin:10px 0px;}
h3{font-size:3.0rem;margin:10px 0px;}
h4{font-size:3.0rem;margin:10px 0px;}
h5{font-size:3.0rem;margin:10px 0px;}

hr {
    color: transparent;
    border: 0;
    border-bottom: 10px dotted #ffffff;
    margin: 30px 0;
    height: 1px;
    width: 100%;
    display: block;
}

.form-field {
    font-family: 'Roboto Slab', 'arial', sans-serif;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 39px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.25;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-field:focus { 
    outline: none !important;
    border-color: #78a85e;
    box-shadow: 0 0 10px #78a85e;
 }
.form-button {
    font-family: 'Roboto Slab', 'arial', sans-serif;
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff !important;
    background-color: #78a85e;
    border-color: #78a85e;
    box-sizing: border-box;
}
.form-radio {
    margin: 0 15px 0px 5px;
    padding: 0;
}
.form-inline {
    padding: 3px 5px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

header{padding:20px 40px;width:100%;position:fixed;top:0px;;z-index:10;min-width:320px;}
nav#main-nav{
    position:fixed;top:0px;left:0px;width:100%;z-index:500;
    background-color:#e4dae4;overflow:auto;
    font-size:100%;
    border-bottom:0px dotted #956c92;
    box-shadow:1px 1px 10px rgba(0, 0, 0, 0.5);
    display:hidden;
    color:#956c92;
    font-weight:normal;
    text-align:center;}
nav#main-nav p{display:inline-block;padding:10px 2px;margin:0px;color:#956c92;font-weight:bold;}

#about-top{
    background:url('/img/bg_annaundpascal.jpg') no-repeat center center;
    background-attachment:scroll;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    min-width:320px;
    min-height:320px;
}
#about-top .large{
    font-size:4rem;
    color:#fff;
}

.hero-img-text {
    padding: 330px 0 100px 0;
}
.hero_datum {
    font-family: 'Roboto Slab', arial;
}

.white-bg{
    background-color:#f9f7f6;
    font-size:16px;
    font-size:1.6rem;
    padding:20px 0px;
    min-width:290px;
    z-index:50;
    border: 0px dotted #ede6e2;
    margin: 30px;
    box-sizing: border-box;
    color:#222;
    line-height:28px;
    line-height:2.8rem;
    background-image:url('/img/bg_lavendel.jpg');
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: contain;
    border-radius: 3px;
}
.white-bg *{
    color:#222;line-height:2.8rem;
}
.white-bg .large{font-size:300%;}
.white-bg ul{margin:0px;padding:0px;}
.white-bg ul li{list-style-type:none;margin:0px 0px 8px 0px;padding:0px;}
.white-bg a{color:#5a7037;text-decoration:none;}
.white-bg a:link{color:#5a7037;}
.white-bg a:active{color:#5a7037;}
.white-bg a:visited{color:#5a7037;}
.white-bg a:hover{color:#85b33c;}
.white-bg h1,
.white-bg h2,
.white-bg h3 { 
    font-family: 'Dancing Script', arial; 
    color:#78a858; 
    font-size: 40px;
    font-size: 4.0rem;
    line-height:52px;
    line-height:5.2rem;
    text-shadow: 1px 0px 5px #ede6e2;
    margin: 10px 0;
    margin: 1rem 0;
}

p{margin:6px 0px 12px 0px;}

.photo-bar{
    background:url('/img/bg_annaundpascal.jpg') no-repeat center center;
    background-attachment: scroll;
    font-size:26px;
    width:100%;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
.photo-bar.standesamt{background-image:url('/img/bg_standesamt.jpg');}
.photo-bar.spotify{background-image:url('/img/bg_spotify.jpg');}
.photo-bar.party{background-image:url('/img/bg_venrath.jpg');}
.photo-bar.fotoupload{background-image:url('/img/bg_fotoupload.jpg');}
.photo-bar.trauzeugen{background-image:url('/img/bg_standesamt2.jpg');}
.photo-bar.kontakt{background-image:url('/img/bg_annaundpascal2.jpg');}






.photo-bar .large {font-size:150%;}
.photo-bar .small {font-size:70%;line-height:1.6rem;}
.photo-bar .photo-text {
    color:#fff;
    padding:0px 80px;
    margin:460px 0px 80px 0px;
}
.photo-bar .photo-text.small{font-size:70%;}

.text-black-bg{
    display:inline-block;
    background-color:rgba(149,108,146,0.75);
    padding:24px 44px;
    color:#ffffff;
    border-radius:0;
    font-size:60px;font-size:6.0rem;
    line-height:60px;line-height:6.0rem;
    border-radius:3px;
}


.photo-bar .text-black-bg { font-family: 'Dancing Script', arial; }


.text-white-bg{
    font-family: 'Dancing Script', arial;
    display:inline-block;
    background-color:rgba(255,255,255,0.75);
    padding:24px 44px;
    /*margin:4px 10px;*/
    color:#7b4877;border-radius:0;
    font-size:60px;font-size:6.0rem;
    line-height:60px;line-height:6.0rem;
    position: relative;
    z-index: 50;
    text-shadow: 1px 0px 5px #ede6e2;
    border-radius:3px;
}

.text-white-bg-small{
    position: relative;
    margin-top: -12px;
    margin-left: 160px;
    font-family: 'Dancing Script', arial;
    font-size:30px;font-size:3.0rem;
    line-height:30px;line-height:3.0rem;
    font-weight: normal;
    background-color:rgba(120, 168, 88, 0.75);
    color: #ffffff;
    z-index: 40;
    text-shadow: none;
    border-radius:3px;
}


img.inline-foto {
    border-radius:125px;
    border: 10px solid #ffffff;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: block;
}

p.footer_aundp {
    font-size:3rem;
    line-height: 3rem;
    margin: 4rem 0 8rem 0;
    text-align:center;
    color:#ffffff;
    font-weight:normal;
}



/* Timetable */
.timetable {
    display: grid;
    grid-template-columns: 100px auto;
    row-gap: 20px;
    column-gap: 40px;
}
.tt_time {
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem;
    line-height:72px;
    line-height:7.2rem;
    border-right: 10px dotted #ffffff;
    margin: 10px 0;
}
.tt_time span {
    font-size: 30px;
    font-size: 3.0rem;
    padding-top: 20px;
}
.timetable sup {
    vertical-align: super;
}



/* Querformat */
#about-top {
    background-position-y: 50%;
    background-position-x: center;
    background-size:cover;
}
.photo-bar {
    background-position-y: 50%;
    background-position-x: center;
    background-size:cover;
}
/* Hochformat */
@media only screen and (max-aspect-ratio: 1) {
    #about-top {
        background-position-y: center;
        background-size:cover;
    }
    .photo-bar {
        background-position-y: center;
        background-size:cover;
    }
}


@media only screen and (max-width: 950px) { 

    body{min-width: 320px;}

    .grid_max {
        display: none;
    }
    .grid_min {
        display: block;
    }
    

    h1,h2,h3,h4,h5{
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .grid_container{
        width: 100% !important;
    }
    .white-bg {
        padding: 5px 30px;
        margin: 15px;
        box-sizing: border-box;
    }

    .text-white-bg {
        font-size: 50px;
        font-size: 5.0rem;
        line-height: 50px;
        line-height: 5.0rem;
        padding: 22px 32px;
        margin: 0 15px 0 30px;
    }
    .text-white-bg-small {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 25;
        line-height: 2.5rem;
        padding: 12px 22px;
        margin-left: 160px;
        top: -10px;
        font-weight: normal;
    }

    .hero-img-text {
        padding: 200px 0 100px 0;
    }

    .grid_33, 
    .grid_50, 
    .grid_100 {
    float: none;
    margin: 0px 0px 0px 0px !important;
    display: block !important;
    clear: both !important;
    width: 100% !important;
    }

    .photo-bar .photo-text {
        padding: 0px 30px;
        margin: 160px 0px 30px 0px;
    }

    .text-black-bg {
        font-size: 25;
        font-size: 2.5rem;
        line-height: 25;
        line-height: 2.5rem;
        padding: 12px 20px;
    }

    .timetable {
        grid-template-columns: 55px auto;
        column-gap: 10px;
    }

    .tt_time {
        font-size: 15px;
        font-size: 1.5rem;
        border-right: 5px dotted #ffffff;
    }
    .tt_time span {
        font-size: 25px;
        font-size: 2.5rem;
    }
    


}


@media only screen and (max-width: 400px) { 
    .text-white-bg {
        font-size: 40px;
        font-size: 4.0rem;
        line-height: 40px;
        line-height: 4.0rem;
        padding: 22px 32px;
        margin: 0 15px;
    }
    .text-white-bg-small {
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 20px;
        line-height: 2.0rem;
        padding: 12px 22px;
        margin-left: 125px;
        top: -10px;
        font-weight: normal;
    }
}