@font-face { font-family: 'nevison'; src: url('../styles/Nevison.ttf') format('truetype'); }

html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    font-family: 'Spinnaker', sans-serif;
}

/* MISC */
.row {
    margin: 0 !important;
}

@media screen and (min-width: 768px){
    .rwd-break { display: none; }
}

.schreibschrift {
    font-family: 'nevison', cursive;
}

.littleLarge {
    font-size: 25px;
}

.large {
    font-size: 40px;
}

.extraLarge {
    font-size: 120px;
}

.textShadow {
    text-shadow: 1px 1px #5b5b5b;
}

h1.schreibschrift {
    color: #c5b358;
    font-size: 4em;
}

h2 {
    font-size: 1.4em;
}

.img-rounded {
    border: 1px solid #676767;
}

.fullScreen {
    height: auto !important;
    min-height: 100vh;
    width: 100%;
    padding: 0;
    margin: 0;
}

.fullScreen p {
    padding: 7px;
}

.bgWatercolor {
    background-color: #fff;
    background-image: url("../images/background_watercolor.png");
    background-position: left bottom;
    /*background-repeat: no-repeat;*/
}

.bottomShadow {
    border-bottom: 1px solid #c0c0c0;
    box-shadow: 0 2px 9px #c0c0c0;
}

.topShadow {
    box-shadow: 0 -2px 9px #c0c0c0;
}

.vMiddleWrapper {
    display: table;
    height: 100vh;
    width: 100%;
}

.vMiddleContent {
    display: table-cell;
    vertical-align: middle;
}


/* END Misc */


#einladungHeader {
    width: 100%;
    height: 100vh;
    background-image:url("../images/einladung_rahmen.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    text-align: center;
    line-height: 1.4;
    text-shadow: 1px 1px #909090;
}

#cntrIntroduction .img-responsive {
    margin: 0 auto;
}


#map {
    width: auto;
    height: 330px;
    border: 1px solid black;
    border-radius: 3px;
    box-shadow: 3px 3px 10px #7b7b7b;
    margin: 2em 5px;
}

#map img {
    border: none;
}



/* AUCH WICHTIG-ABC */
#rowABC h2 {
    font-size: 1.4em;
    text-shadow: 1px 1px 3px #afafaf;
}

#rowABC h2:first-letter {
    font-size: 1.6em;
    font-weight: bolder;
}

#rowABC .imgWrapper {
    height: 6em;
    width: 6em;
    margin-left: auto; margin-right: auto;
    padding-top: 6px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 3px 5px #909090;
}

#rowABC .imgWrapper img {
    /*-webkit-filter: drop-shadow(0px 2px 10px #c5b358);
    filter: drop-shadow(0px 2px 10px #c5b358);*/
}

#rowABC .row {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #676767;
}

#rowABC .row:last-child {
    border-bottom: none;
}

/* END AUCH WICHTIG-ABC */

