/*
* Theme Name: petergerisch.de
* Author: alldeg
* Version: v1.0
*/
/* Basic Styles
================================================== */
html {
    -webkit-text-size-adjust: none;
    position: relative;
    min-height: 100%;
    height: 100%
}

body {
    font-family: "Open Sans", sans-serif;
    background: #502467;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    cursor: default;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    height: 100%;
    width:100%;
    min-height: 100%;
    margin: 0;
}

p{
    font-family: Verdana, 'Lucida Sans Unicode', sans-serif;
    font-size: 12px;
    line-height: 17px;
    margin:0;
}

ul{
    padding: 5px 0 5px 40px;
}

.boxed-wrapper {
    background-color: #FFF;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
    margin: 0 auto;
}

.h1, h1 {
    font-family: Verdana,"Lucida Sans Unicode",sans-serif;
    letter-spacing: -1px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0;
}

.h2, h2 {
    font-size: 22px;
}

.h3, h3 {
    font-size: 18px;
}

.h4, h4 {
    font-size: 16px;
}

hr {
	border-color: #000;
}

/*link*/
a,
a:focus {
    text-decoration: underline;
    font-weight: bold;
    color: #000;
    outline: none;
}

a:hover {
    color: #502467;
    outline: none;
}

/*navbar*/
.nav > li > a {
    padding: 10px;
}

.navbar-toggle {
    background-color: #ececec
}

.navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 40px;
    background-color: transparent;
    z-index: 1000;
    font-family: Verdana,"Lucida Sans Unicode",sans-serif;
    font-size: 15px;
    letter-spacing: -1px;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus{
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    background-color: transparent;
    outline: none;
    text-decoration: none;
}

.dropdown-menu > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #a55e9d;
    background-color: transparent;
    outline: none;
    text-decoration: none;
}

.dropdown-menu {
    text-align: right;
}

/*container*/
.container {
    width: 100%;
    max-width: 1400px;
    padding: 0;
    margin: 0 auto;
}

.container-height{
    min-height: 93%;
    overflow: hidden;
}

.fill{
    width:100%;
    height:100%;
    min-height:100%;
    background-color:#990000;
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin-bottom:-9999px;
    padding-bottom:9999px;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

.col-sm-content{
    padding: 25px;
}

.col-sm-info{
    padding: 25px 15px;
}

.col-sm-info h1{
    font-family: Verdana, 'Lucida Sans Unicode', sans-serif;
    letter-spacing: -1px;
    font-size: 12px;
    font-weight: bold;
    margin: 25px 0 0 0;
}

.col-sm-info p{
    font-family: Verdana, 'Lucida Sans Unicode', sans-serif;
    letter-spacing: 0;
    font-size: 9px;
    line-height: 12px;
    font-weight: normal;
}

.col-lg-subnav{
    border-top: 1px solid white;
}

.banner {
    width: 75%;
    z-index: 3;
}

.logo {
    width: 25%;
    z-index: 3;
}

li.sub {
    font-size:14px;
    float: right;
    padding-right: 5px;
}

@media (min-width: 100px) {
    .banner {
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-bottom-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .logo{
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-bottom-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-sm-content {
        -webkit-border-top-left-radius: 10px;
        -moz-border-top-left-radius: 10px;
        border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-top-right-radius: 10px;
        border-top-right-radius: 10px;
    }
}

@media (min-width: 768px) {
    .banner {
        -webkit-border-bottom-right-radius: 15px;
        -moz-border-bottom-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .logo{
        -webkit-border-bottom-left-radius: 15px;
        -moz-border-bottom-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-sm-content {
        box-shadow: inset -20px 0 20px -20px #656565;
        -webkit-border-top-left-radius: 15px;
        -moz-border-top-left-radius: 15px;
        border-top-left-radius: 15px;
        -webkit-border-top-right-radius: 0;
        -moz-border-top-right-radius: 0;
        border-top-right-radius: 0;
    }

    .col-sm-info {
        -webkit-border-top-right-radius: 15px;
        -moz-border-top-right-radius: 15px;
        border-top-right-radius: 15px;
    }
}

@media (min-width: 992px) {
    .banner {
        -webkit-border-bottom-right-radius: 20px;
        -moz-border-bottom-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .logo{
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-bottom-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-sm-content {
        box-shadow: inset -20px 0 20px -20px #656565;
        -webkit-border-top-left-radius: 20px;
        -moz-border-top-left-radius: 20px;
        border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 0;
        -moz-border-top-right-radius: 0;
        border-top-right-radius: 0;
    }

    .col-sm-info {
        -webkit-border-top-right-radius: 20px;
        -moz-border-top-right-radius: 20px;
        border-top-right-radius: 20px;
    }

    .col-lg-subnav {
        margin: 0;
        background-color: transparent;

        -webkit-border-top-left-radius: 0;
        -moz-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 1200px) {
    body {
        background: #502467 url(../../styles/images/PG_Logo-Wasserzeichen-Web.png) calc(50% + 500px) 350px no-repeat;
    }

    li.sub {
        float: none;
    }

    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-sm-content {
        box-shadow: inset -20px 0 20px -20px #656565;
        -webkit-border-top-left-radius: 20px;
        -moz-border-top-left-radius: 20px;
        border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 0;
        -moz-border-top-right-radius: 0;
        border-top-right-radius: 0;
    }

    .col-sm-info {
        -webkit-border-top-right-radius: 20px;
        -moz-border-top-right-radius: 20px;
        border-top-right-radius: 20px;
    }

    .col-lg-subnav {
        border-top: none;
        padding: 15px 5px;
        margin: 75px 0 0 0;
        background-color: #b5a0bc;

        -webkit-border-top-left-radius: 20px;
        -moz-border-top-left-radius: 20px;
        border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-bottom-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}

/*grid*/
.vertical-offset-20 {
    margin-top: 20px;
}

/*flex slider*/
.flexImage {
    display: none;
}

.slider-reg {
    width: 100%;
    /*background-color: #a8c48a;*/
}

.main-flex-slider {
    position: relative;
}

.main-flex-slider .flex-control-nav {
    bottom: 30px;
    margin: 0;
    height: 14px;
    z-index: 10;
}

.main-flex-slider .flex-control-paging li a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
    border: 2px solid #ccc;
    width: 8px;
    height: 8px;
}

.main-flex-slider .flex-control-paging li a.flex-active {
    background: transparent !important;
}

.portfolio-details .flex-control-paging li a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
    border: 2px solid #ccc;
    width: 8px;
    height: 8px;
}

.portfolio-details .flex-control-paging li a.flex-active {
    background: transparent !important;
}

/*.slider-overlay {
    background: rgba(0, 0, 0, 0.4);
    background-image: url("../../assets/img/pattern.png");
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}*/

.slider-text {
    text-align: center;
}

.slider-text h1 {
    color: #fff;
    margin-top: 150px;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 1024px) {
    .slider-text h1 {
        margin-top: 100px;
    }
}
.slider-text p {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 20px;
}

.slide-btn {
    margin-top: 40px;
    font-family: "Open Sans", sans-serif;
    font-style: normal !important;
}

.slide-btn .btn-white {
    padding: 14px 25px;
}

/* alerts */
.alert {
    margin-top: 20px;
    margin-bottom: 10px;
}

/* form */
.btn-primary {
    background-color: #F5F5F5;
    color: #000000;
    border-color: #ccc;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #dddddd;
    color: #000000;
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control, input.btn-block {
    /*max-width: 300px;*/
}

.input-group-addon {
    padding: 6px 12px 6px 18px;
}

.sandbox-form label, .sandbox-form span {
    display: inline-block;
    margin: .5em .5em;
    vertical-align: middle;
}
.sandbox-form span label {
    vertical-align: baseline !important;
}

.form-control-special {
    display: inline;
    width: auto;
}

.form-control-feedback-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

/* map */
#map {
    width: 100%;
    height: 600px;
}