@font-face {
  font-family: "Montserrat";
  src: url('/fonts/Montserrat/static/Montserrat-Regular.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url('/fonts/Montserrat/static/Montserrat-Bold.ttf') format("truetype");
  font-weight: bold;
  font-style: normal;
}
body {
    background-color: #E5E5E5;
    color:#4C4C4C !important;
}

h1 {
    font-size: 20px !important;
    color:#000;
}

h2 {
    padding-top:20px;
    border-top: 1px solid #f18800;
    font-size: 18px !important;
    color:#000;
}

h3 {
    font-size: 16px !important;
    color:#000;
}

h4 {
    font-size: 14px !important;
    color:#000;
}

h2 a { color:#4C4C4C; }
h2 a:hover { color:#4C4C4C; text-decoration: none; }

.form-info-text {
    margin-top:6px;
}

.page-wrapper {
    position:relative;
    width:1000px;
    margin:0px auto;
}

.page-wrapper2 {
    position:relative;
    width:1020px;
    margin:0px auto;
    padding: 15px 40px;
}

.page-wrapper3 {
    position:relative;
    width:1040px;
    margin:0px auto;
}

.page-wrapper4 {
    position:relative;
    width:1040px;
    margin:0px auto;
    padding: 0px 20px;
}

.color-yellow {
    color:#f18800;
}
.color-black {
    color:#000;
}
.color-white {
    color:#fff;
}


/* Header */
header {
    position:relative;
    width:100%;
    /*min-height:100px;*/
    display:block;
    background-color: #1d1d1b;
    cursor: pointer;
}

header .header-text-small {
    font-size:16px;
    color:#fff;
    padding-top:12px;
}

header .header-text {
    font-family: 'Arial Black', 'Montserrat', sans-serif;
    font-size:36px;
    color:#fff;
    font-weight: bold;
    padding-top:2px;
}

header .header-text a {
    color:#fff;
}

header .header-text a:hover {
    text-decoration:none;
}

header .header-image {
    position:absolute;
    width:79px;
    height:80px;
    top:10px;
    right:0px;
    background-image: url('/bilder/headercross.png');
    background-repeat: no-repeat;
}


/* Nav */
nav {
    position:relative;
    width:100%;
    min-height:30px;
    display:block;
    background-color: #1d1d1b;
}

nav ul {
    list-style: none;
    margin:0px;
    padding:6px 0px 0px 0px;
}

nav ul li {
    margin:0px 15px;
    padding:0px;
    float:left;
}

nav ul li.split {
    width:2px;
    border-right:2px solid #999;
    line-height: 14px;
    margin: 2px 0px 0px 0px;
}

nav ul li.split-right {
    float:right;
    width:2px;
    border-right:2px solid #999;
    line-height: 14px;
    margin: 2px 0px 0px 0px;
}

nav ul li.right {
    float:right;
    margin:0px 15px 0px 15px;
}

nav ul li.right:first-child {
    float:right;
    margin-right:0px;
}

nav ul li a {
    display:block;
    color: #fff;
    line-height: 16px;
    text-decoration: none;
}

nav ul li a:hover {
    color: #fff;
    text-decoration: none;
}


/* Slider */
.page-slider {
    text-align: center;
}

.page-slider h1 {
    font-size: 32px !important;
    margin:0px !important;
    padding: 15px 0px !important;
}

.page-slider p {
    font-size: 18px !important;
    line-height: 28px;
    margin:0px !important;
    padding-bottom: 10px;
}


/* TopForm */
.page-form {
    background-color: #f18800;
    padding:0px;
}


/* Sub */
.page-sub {
    background: #fff;
    width:1040px;
    margin:0px auto;
    padding:0px 0px;
}

.page-sub a {
    color:#fff;
}

.page-sub a:hover {
    text-decoration:none;
}


/* Page Content */
.page-content {
    background: #fff;
    width:1040px;
    margin:0px auto;
}


/* Footer */
footer .footer-header {
    min-height:50px;
    background-color: #f18800;
    padding: 15px 40px;
}
.footer-text {
    font-family: 'Arial Black', 'Montserrat', sans-serif;
    font-size:20px;
    font-weight: bold;
    padding-top:2px;
}
.footer-text2 {
    font-size:20px;
    padding-top:2px;
}
.footer-col-pad-links {
    padding-left: 25px;
}
.footer-col-pad-rechts {
    padding-right: 25px;
}

footer .footer-links {
    background-color: #CCCCCC;
    padding: 15px 50px;
    font-size: 12px;
}

footer .footer-links .col-md-3
{
    padding:0px !important;
}

footer .footer-links ul {
    margin:0px;
    padding:0px;
    list-style: none;
}

footer .footer-links ul li {
    margin:0px;
    padding:1px 0px;
}

footer .footer-links ul li a {
    color:#666;
}

footer h5 {
    margin:0px;
    font-size: 18px;
    color:#000;
    line-height: 26px;
}

.citybox {
    margin:10px 15px;
    float:left;
    width: 300px;
    height:135px;
    background-color: #CCCCCC;
    padding:5px 10px;
}

.citybox2 {
    margin:10px 15px;
    float:left;
    width: 220px;
    height:32px;
    background-color: #CCCCCC;
    padding:5px 10px;
}

.printmatterbox {
    margin:10px 15px;
    float:left;
    width: 300px;
    height:116px;
    height:116px;
    background-color: #CCCCCC;
    padding:5px 10px;
}

.citybox h3, .citybox2 h3, .printmatterbox h3 {
    margin:0px;
    padding:0px;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: bold;
}



/* Blue Button */
.btn-blue {
    color:#fff;
    background-color:#1d1d1b;
    border-color:#3D6595;
}

.btn-blue:hover,.btn-blue:focus,.btn-blue:active,.btn-blue.active,.open>.dropdown-toggle.btn-blue {
    color:#fff;
    background-color:#3D6595;
    border-bottom-color:#3D6595;
}

/* Blue Button */
.btn2-yellow {
    display: inline-block;
    padding:6px 12px;
    color:#1d1d1b;
    background-color:#f18800;
    font-size: 17px;
}

.input-red {
    border:1px solid #AA0000;
}

.topform-title{
    width:100%;
    padding:10px 0px;
    text-align: center;
    color:#1d1d1b;
    font-size: 16px;
}

.topform-2 {
    margin-top: 10px;
}

.topform .box {
    float:left;
    width:125px;
}

.topform .break {
    display:none;
}

.topform .box .inner {
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    width:auto;
    height:auto;
    padding:5px;
    margin:0px 10px;
    text-align: center;
    color:#888;
}

.topform .box .inner img {
    width:95px;
    margin:5px 0px;
}

.topform-title-more {
    width:100%;
    padding:15px 0px;
    text-align: center;
    color:#1d1d1b;
    font-size: 16px;
}

.topform-more {
    display: none;
    width:100%;
    padding:15px 0px;
}

.topform-more a {
    color:#1d1d1b;
}

.info_icon {
    background-color: #f18800;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    font-family: 'Times New Roman', sans-serif, serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color:#fff;
    cursor: pointer;
}
