/* main css, basic layout for all pages */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
}

#main-wrapper {
    position: relative;
    max-width: 1020px;
    width: 100%;
    height: 100% !important;
    margin: 0 auto !important;
}

#top-line {
    width: 100%;
    height: 4px;
    background-color: #ffc000;
}

#header #logo {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

#header #right-header {
    width: 77%;
    float: left;
}

#header #right-header #aforizm {
    float: right;
    margin-right: 10%;
    background: url(../images/top-hand.jpg) left no-repeat;
    padding-top: 2px;
    padding-left: 30px;
}

#header #right-header #aforizm span.text {
    display: block;
    margin-top: 18px;
    font-family: Georgia;
    font-size: 14px;
    font-style: italic;
}

#header #right-header #aforizm span.sign {
    display: block;
    font-size: 12px;
    font-family: Arial;
    font-style: italic;
    float: right;
    margin-right: -100px;
}

#top-links {
    clear: both;
    float: right;
    /*border: solid 1px #000;*/
    width: 100%;
}

#top-links ul {
    padding-top: 10px;
}

#top-links ul li {
    display: inline;
    padding-left: 6%;
}

#top-links ul li a{
    color: #208dcb;
    font-size: 16pt;
    font-style: italic;
}

#top-links ul li a:hover {
    text-decoration: none;
}

#top-links ul li a {
    text-decoration: underline;
}

.clear-block {
    clear: both;
}

#left-region {
    margin-top: 15px;
    display: inline-block;
    border-right: solid #d9e7eb 1px;
    border-top: solid #d9e7eb 1px;
    width: 212px;
}

#left-region .block-left-menu {
    border-bottom: solid #d9e7eb 1px;
}

#left-region .block-left-menu span {
    display: block;
    font-family: Georgia;
    font-size: 12pt;
    color: #ff5a00;
    font-style: italic;
    padding-top: 10px;
    padding-left: 25px;
}

#left-region .block-left-menu ul, #left-region .block-left-menu ul li {
    margin-left: 0 !important;
}

#left-region .block-left-menu ul li a.active {
    color: #ff5a00;
    font-weight: bold;
}

#left-region .block-left-menu ul li a {
    font-family: Helvetica, Tahoma, Arial;
    color: #444;
    font-size: 12px;
    text-decoration: none;
}

#left-region .block-left-menu ul li a:hover {
    text-decoration: underline;
}

#content-region {
    display: inline-block;
    padding-left: 20px;
    width: calc(100% - 240px);
    left: 0;
    position: relative;
    margin-left: -1px;
    margin-top: 15px;
    background-color: #fff !important;
    vertical-align: top;
}

#content-region h1 {
    margin: -5px 0;
    color: #fd945a;
    font-family: Georgia;
    font-size: 16pt;
    font-style: italic;
}

#content-region a {
    color: #208dcb;
}

#content-region a:hover {
    text-decoration: none;
}

#content-region a:visited{}


.map-road {
    position: relative;
    width: 100%;
    background: url(../images/air-background.png) no-repeat left top;
    /*border: solid #d9e7eb 1px;*/
    margin-top: 20px;
}

.map-road .maps {
    /*border: solid #d9e7eb 1px;*/
    width: 480px;
    background: transparent !important;
    margin-left: 300px;
}

.map-road .maps .first, .map-road .maps .second, .map-road .maps .third {
    height: 40px;
    padding-left: 50px;
    color: #3d6279;
    font-family: Georgia;
    font-style: italic;
    font-size: 12pt;
    padding-top: 20px;
}

.map-road .maps .first {
    background: url(../images/first.png) no-repeat left;
}

.map-road .maps .second {
    background: url(../images/second.png) no-repeat left;
}

.map-road .maps .third {
    background: url(../images/third.png) no-repeat left;
}

h1.polls {
    font-size: 26pt !important;
    font-weight: normal;
}

#page-poll {
    background: #fff;
    margin-top: 40px;
}

#poll-form {
    position: relative;
    width: 807px;
}

#poll-title {
    width: 750px;
    /*min-height: 40px;*/
    margin:15px -15px 15px 15px;
    background-color: #fc7931;
    padding-top: 10px;
    padding-left: 10px;
    font-family: Georgia;
    font-style: italic;
    font-size: 16pt;
    color: #fff;
}

#poll-title .corner {
    position: relative;
    background: url(../images/corner.gif) no-repeat left;
    width: 18px;
    height: 15px;
    margin-top: -35px;
    margin-left: 40px;
}

#poll-title div.text {
    /*display: block;*/
    padding: 10px !important;
}

#poll-form-id {
    background: url(../images/question.jpg) no-repeat left;
    min-height: 181px;
    margin-top: 40px;

}

#poll-form-id label {
    display: block;
    font-family: Georgia;
    font-size: 12pt;
    color: #3d6279;
    font-style: italic;
    margin-top: 20px;
    margin-left: 200px;
}

#poll-form-id input[type=submit] {
    display: block;
    margin-top: 20px;
    margin-left: 200px;
}

#bottom {
    position: relative;
    width: auto;
    margin: 0 auto !important;
    height: 130px;
    /*border: solid #d9e7eb 1px;*/
}

#bottom .poll-small {
    float: left;
    padding-top: 14px;
    text-align:center;
    width: 212px;
    border-right: solid #d9e7eb 1px;
}


#bottom .block-01, #bottom .block-02, #bottom .block-03 {
    width: 35%;
    margin-left: 2%;
    float: left;
}

#bottom .block-01, #bottom .block-02 {
    margin-top: 70px;
    background: url(../images/vline.gif) no-repeat right;
    margin-right: 3%;
}

#bottom .block-01 a {
    display: block;
    background: url(../images/add.png) left no-repeat;
    height: 22px;
    padding-left: 28px;
    font-family: Georgia;
    font-style: italic;
    font-size: 12pt;
    color: #000;
    outline: none;
}

#bottom .block-01 a:hover {
    text-decoration: none;
}

#bottom .block-01 a:visited {
    text-decoration: underline;
}


#bottom .block-02 {
    height: 22px;
    padding-left: 28px;
    padding-top: 3px;
    font-family: Georgia;
    font-style: italic;
    font-size: 12px;
    color: #777;
    outline: none;
}

#bottom .block-02 span {
    display: block;
    margin-left: -38px;
    background: url(../images/copyright.png) left no-repeat;
    padding-left: 25px;
}

#bottom .block-02 a {
    font-style: normal;
    color: #000;
}

#bottom .block-02 a:hover {
    text-decoration: none;
}

#bottom .block-02 a:visited {
    text-decoration: underline;
}


#bottom .block-03 {
    width: 35% !important;
    padding-top: 50px;
    padding-left: 32px;
    font-family: Georgia;
    font-style: italic;
    font-size: 12px;
    color: #333;
    outline: none;
}

#bottom .block-03 .star {
    float: left;
    height: 30px;
    margin-left: -60px;
    margin-top: 20px;
    width: 30px;
    background: url(../images/logo-small.jpg) no-repeat left;
}

#bottom .block-03 .text {
    float: left;
}


#bottom .block-03 span {
    font-size: 11px;
    color: #777;
    display: block;
}

#bottom .block-03 span.phones {
    display: block;
    font-size: 12pt;
    color: #000;
}

#ContactIndexForm {
    display: block;
    width: 98%;
    margin-top: 20px;
}

form {
    font-family: Verdana;
    font-size: 12px !important;
}

form label {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Georgia;
    font-size: 10pt;
    font-style: italic;
    color: #3d6279;
}

form input[type=text] {
    width: 100%;
    border: solid 1px #cecece;
}

form input[type=text].form-error, form textarea.form-error {
    border: solid 1px #ff0000;
}


form textarea {
    width: 100%;
    border: solid 1px #cecece;
}

form .required {
    font-weight: bold;
}

form .error {
    /*color: #ff0000;*/
}

form .error-message {
    font-weight: normal;
    padding-top: 5px;
    color: #ff0000;
}


#flashMessage {
    width: 720px;
    margin-bottom: 30px;
    padding: 1em;
    /*background-color: #fc7931;*/
    background-color: #fff;
    color: #fc7931;
    font-family: Georgia;
    font-size: 14pt;
    font-style: italic;
    border: none !important;
}

.text-info-item-answer {
    font-family: Georgia;
    font-style: italic;
    font-size: 12pt;
    color: #3d6279;
    margin-top: 5px;
}

.text-info-item-graph {
    border: 1px solid #cecece;
    background-color: #cecece;
    font-family: Georgia;
    font-size: 12pt;
    color: #3d6279;
    padding: 3px;
    margin-top: 5px;
}

.content-page, .category-content{
    width: 100% !important;
}

.image-preview {
    float: left; margin: 5px;
    border: solid 1px #cecece;
    padding: 10px;
}

.small-image-content {
    float: left;
    border: 1px #cecece solid;
    padding: 5px;
    margin: 5px;
}

.small-title-content {
    clear: both;
}

.small-title-content p {
    padding-left: 7px;
    padding-top: 15px;
}

.small-title-content p a {
    color: #208dcb;
    font-size: 16pt;
    font-style: italic;
}

.we-are-better {
    padding: 50px;
}

.we-are-better .best01,
.we-are-better .best02,
.we-are-better .best03,
.we-are-better .best04,
.we-are-better .best05,
.we-are-better .best06,
.we-are-better .best07
{
    min-height: 59px;
    padding-left: 70px;
    color: #208dcb;
    font-size: 14pt;
    font-style: italic;
}

.we-are-better .best01 {
    background-image: url('../images/better/01.jpg');
    background-repeat: no-repeat;
}

.we-are-better .best02 {
    background-image: url('../images/better/02.jpg');
    background-repeat: no-repeat;
    padding-top: 10px;
}

.we-are-better .best03 {
    background-image: url('../images/better/03.jpg');
    background-repeat: no-repeat;
    padding-top: 10px;
}

.we-are-better .best04 {
    background-image: url('../images/better/04.jpg');
    background-repeat: no-repeat;
    padding-top: 10px;
}

.we-are-better .best05 {
    background-image: url('../images/better/05.jpg');
    background-repeat: no-repeat;
}

.we-are-better .best06 {
    background-image: url('../images/better/06.jpg');
    background-repeat: no-repeat;
    padding-top: 10px;
}

.we-are-better .best07 {
    background-image: url('../images/better/07.jpg');
    background-repeat: no-repeat;
    padding-top: 10px;
}

.contact-info {
    color: #718c9d;
    font-size: 14pt;
    font-style: italic;
    padding-top: 30px;
}

.contact-info span {
    display: block;
}

p.fdesc {
	font-size:10px;
	color: #444444;
}

p.error {
	font-family: Georgia;
	font-style: italic;
	font-size: 12pt;
	color: #444;
}

div.sape-links { margin-left: 10px; font-size: 10px; }

div.sape-links a {
    color:#999;
    padding-left: 25px;
    font-size: 10px;
}

body {
    min-width: 320px!important;
}
#mobule-menu-title {
    display: none;
}
@media (max-width: 767px) {
    #main-wrapper, #content-region, #bottom, #poll-title {
        width: auto;
    }
    #content-region {
        width: calc(100% - 30px);
    }
    #top-line, #header {
        width: calc(100% + 30px);
        left: -30px;
        position: relative;
    }
    #main-wrapper {
        padding-left: 30px;
    }
    .content-page, .category-content {
        width: auto!important;
    }
    #content-region {
        border-left: 0;
        padding: 0 20px;
    }
    #header {
        height: 100px;
        position: relative;
    }
    #header #logo {
        width: 200px;
        display: inline-block;
        vertical-align: middle;
        margin: 0px;
        float: none;
    }
    #header #logo img {
        width: 100%;
    }
    #header #right-header {
        width: calc(100% - 205px);
        display: inline-block;
        vertical-align: middle;
        margin: 0px;
        float: none;
        text-align: right;
    }
    #header #right-header #aforizm {
        width: calc(100% - 160px);
        display: inline-block;
        margin: 0;
        position: relative;
        float: none;
        vertical-align: top;
    }
    #top-links {
        width: 120px;
        display: inline-block;
        position: relative;
        float: none;
        margin-right: 0;
        text-align: left;
    }
    #top-links.active:before, #left-region.active .block-left-menu:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.3;
        z-index: 1;
    }
    #header #right-header #aforizm span.text {
        font-size: 16px;
    }
    #header #right-header #aforizm span.sign {
        margin-right: 0;
        font-size: 14px;
        margin-top: 0px;
    }
    #top-links ul, #left-region .block-left-menu > ul {
        position: absolute;
        display: none;
        margin: 0;
        padding: 0;
        width: 400px;
        right: 0;
        background-color: #fff;
        z-index: 2;
    }
    #left-region.active .block-left-menu > ul {
        right: auto;
        left: 0;
    }
    #left-region {
        float: none;
        width: 0;
        border: 0;
    }
    #top-links ul li {
        display: block;
        border-bottom: 1px solid #d1dbdb;
    }
    #left-region.active .block-left-menu ul li {
        display: block;
        border-top: 1px solid #d1dbdb;
    }
    #top-links ul li a, #left-region.active .block-left-menu ul li a {
        color: #000;
        padding: 15px 0;
        display: block;
        text-decoration: none;
    }
    #left-region.active .block-left-menu ul li a {
        padding: 15px 0 15px 30px;
        font-size: 15px;
    }
    #left-region.active .block-left-menu ul li ul li a {
        padding-left: 60px!important;
    }
    #mobile-menu {
        width: 80px;
        margin: 20px 5px auto auto
    }
    #mobile-menu span {
        display: block;
        height: 6px;
        background-color: #9c9c9c;
    }
    #mobile-menu span:not(:first-child) {
        margin-top: 6px;
    }
    .block-left-menu > span {
        position: absolute;
        background-color: #fd945a;
        transform: rotate(90deg);
        height: 20px;
        padding: 5px 25px 0;
        border-radius: 10px 10px 0 0;
        color: #fff!important;
        transform-origin: left;
        left: 15px;
        z-index: 0;
    }
    #left-region .block-left-menu > ul {
        position: absolute;
        display: none;
    }
    #left-region .block-left-menu > ul li ul {
        display: block;
    }
/*     #top-links.active ul, #left-region.active .block-left-menu ul {
        display: block;
        overflow: hidden;
    }*/
    /*#bottom {
        position: relative;
        text-align: center;
        padding-left: 200px;
    }*/
    /*#bottom .poll-small, #bottom .block-01, #bottom .block-02, #bottom .block-03 {
        display: inline-block;
        width: 40%!important;
        vertical-align: top;
        float: none;
    }

    #bottom .block-01, #bottom .block-02 {
        margin: 10px 0 0 0;
    }
    */
    #bottom {
        height: auto;
        margin-bottom: 20px!important;
    }
    #bottom .block-02, #bottom .block-03 {
        display: inline-block;
        width: 45%!important;
        vertical-align: bottom;
        float: none;
    }
    #bottom .poll-small, #bottom .block-01, #bottom .block-02, #bottom .block-03 {
        background-image: none;
        border-right: 0;
        margin: 0;
    }
    #bottom .poll-small a, #bottom .block-01 a, #bottom .block-02 a, #bottom .block-03 a {
        border-right: 0;
    }
    #bottom .poll-small {
        position: absolute;
        width: auto!important;
        left: 35px;
        top: 0;
    }
    #bottom .block-03 {
        /*width: 100%!important;*/
        margin-left: 0;
        padding: 0;
        text-align: center;
    }
    #bottom .block-03 .text {
        float: none;
        display: inline-block;
        /*margin: 10px 0 20px;*/
    }
    #bottom .block-03 .star {
        display: inline-block;
        float: none;
        height: 30px;
        margin-left: 0px;
        margin-top: 0px;
        width: 30px;
    }
    #lightbox-container-image-box, #lightbox-container-image-data-box {
        width: 100%!important;
        height: auto!important;
    }
    #lightbox-image {
        width: 100%!important;
        height: auto!important;
    }
    #lightbox-nav-btnPrev, #lightbox-nav-btnNext {
        height: 100%!important;
    }

    .map-road {
        /*min-height: none;
        background: none;*/
    }
    .map-road .maps {
        margin-left: 0;
        width: auto;
    }
    #mobule-menu-title {
        display: block;
        font-size: 8px;
        text-align: center;
        margin-bottom: -7px;
    }

    #ContactIndexForm {
        width: auto;
    }
    #content-region img {
        max-width: 100%;
    }
}
@media (max-width: 667px) {
    #header #logo {
        width: 150px;
    }
    #header #right-header {
        width: calc(100% - 155px);
    }
    /*#bottom {
        text-align: left;
    }
    #bottom .block-01, #bottom .block-02, #bottom .block-03 {
        width: 100%!important;
        margin: 0;
        padding: 0;
        margin-top: 10px;
    }
    #bottom .block-02 span {
        margin: 0;
    }
    #bottom .block-03, #bottom .block-03 .text {
        margin: 0 0 20px;
        text-align: left;
    }
    #bottom .block-01 a, #bottom .block-02 span {
        padding-left: 35px;
    }*/
}
@media (max-width: 567px) {
    #header #logo {
        display: block;
        width: 150px;
    }
    #header #right-header {
        display: block;
        width: 100%;
    }
    #top-links {
        position: absolute;
        top: 0;
        right: 0;
    }
    #header #right-header #aforizm {
        width: calc(100% - 50px);
        margin-left: 10px;
        text-align: left;
        padding-right: 10px;
    }
    #mobile-menu {
        width: 60px;
    }
    #mobile-menu span {
        height: 4px;
    }
    #mobile-menu span{
        margin-top: 5px;
    }
    #header #right-header #aforizm span.text {
        margin-top: 0;
    }
    #mobule-menu-title {
        margin-bottom: -7px;
    }
}
@media (max-width: 500px) {
    #bottom {
        text-align: center;
    }
    #bottom .block-03 {
        width: 100%!important;
    }
    /*#bottom {
        text-align: center;
        padding-left: 0;
    }
    #bottom .poll-small {
        position: relative;
        left: 0;
    }
    #bottom .block-03, #bottom .block-03 .text {
        text-align: center;
    }
    #bottom .poll-small, #bottom .block-01, #bottom .block-02, #bottom .block-03 {
        width: auto!important;
        display: block;
    }
    #bottom .block-01 a, #bottom .block-02 span{
        display: inline;
    }*/
}
@media (max-width: 400px) {
    #top-links ul {
        width: 320px;
    }
}
#aforizm {
    display: none!important;
}
#bottom .poll-small, #bottom .block-01 {
    display: none;
}


figcaption {
  display: table-caption;
  caption-side: bottom;
}

div.figure {
font-family: tahoma;
  float: left;
  width: 25%;
  text-align: center;
  font-style: regular;

  font-size: smaller;color: #333333;
  text-indent: 0;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
img.scaled {
  width: 100%;
}
div.figurek {
  border-top: none;
  padding-top: 0;
}
div.figurek p + p {
  padding: 0.5em;
  border: thin silver solid;
  border-bottom: none;
}
.mytext {
font-family: tahoma;
  text-align: left;
  font-style: regular;
  font-size: 12pt;color: #333333;
clear: both;
  }

.border {
list-style: none;
padding: 0;
}
.border li {
font-family: "Tahoma","Trebuchet MS", "Lucida Sans";
padding: 7px 20px;
margin-bottom: 10px;
border-radius: 5px;
border-left: 10px solid #f05d22; 
box-shadow: 2px -2px 5px 0 rgba(0,0,0,.1),
     -2px -2px 5px 0 rgba(0,0,0,.1),
    2px 2px 5px 0 rgba(0,0,0,.1),
    -2px 2px 5px 0 rgba(0,0,0,.1);
font-size: 15px;
letter-spacing: 1px;
transition: 0.3s all linear;
}
.border li:nth-child(2){border-color: #8bc63e;}
.border li:nth-child(3){border-color: #fcba30;}
.border li:nth-child(4){border-color: #1ccfc9;}
.border li:nth-child(5){border-color: #493224;}
.border li:hover {border-left: 10px solid transparent;}
.border li:nth-child(1):hover {border-right: 10px solid #f05d22;}
.border li:nth-child(2):hover {border-right: 10px solid #8bc63e;}
.border li:nth-child(3):hover {border-right: 10px solid #fcba30;}
.border li:nth-child(4):hover {border-right: 10px solid #1ccfc9;}
.border li:nth-child(5):hover {border-right: 10px solid #493224;}

.borderpaket {
list-style: none;
padding: 0;
}
.borderpaket li {
font-family: tahoma, geneva, sans-serif;
padding: 5px 15px;
margin-bottom: 3px;
border-radius: 5px;
border-left: 15px solid #f05d22; 
box-shadow: 2px -2px 5px 0 rgba(0,0,0,.1),
     -2px -2px 5px 0 rgba(0,0,0,.1),
    2px 2px 5px 0 rgba(0,0,0,.1),
    -2px 2px 5px 0 rgba(0,0,0,.1);
font-size: 8px;
letter-spacing: 0px;
transition: 0.3s all linear;
}
.borderpaket li:nth-child(2){border-color: #8bc63e;}
.borderpaket li:nth-child(3){border-color: #fcba30;}
.borderpaket li:nth-child(4){border-color: #1ccfc9;}
.borderpaket li:nth-child(5){border-color: #493224;}
.borderpaket li:hover {border-left: 10px solid transparent;}
.borderpaket li:nth-child(1):hover {border-right: 10px solid #f05d22;}
.borderpaket li:nth-child(2):hover {border-right: 10px solid #8bc63e;}
.borderpaket li:nth-child(3):hover {border-right: 10px solid #fcba30;}
.borderpaket li:nth-child(4):hover {border-right: 10px solid #1ccfc9;}
.borderpaket li:nth-child(5):hover {border-right: 10px solid #493224;}

figurea {
    border: thin #c0c0c0 solid;
    display: flex;
    flex-flow: column;
    padding: 5px;
    max-width: 220px;
    margin: auto;
}

imga {
    max-width: 220px;
    max-height: 150px;
}

figcaptiona {
    background-color: #222;
    color: #fff;
    font: italic smaller sans-serif;
    padding: 3px;
    text-align: center;
}

