/*
 * Start Bootstrap - One Page Wonder (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    margin-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: 'RomainTextSmall';
letter-spacing: 0.02em;
}

.featurette-divider {
    border: none;
    height: 2px;
    margin: 34px 0;
    overflow: hidden;
}
.featurette-divider:after {
    color: #333;
    content: ".....................................................................................................................................................................................................................";
    display: block;
    letter-spacing: 4px;
    margin-top: -13px;
}

.dots {
  	margin: 0; padding: 0;    
    height: 5px;    
    background-image: url('../img/punkt.gif');
    background-repeat: repeat-x;
    background-color: #fff; /* just to see the padding in IE6 */
    overflow:hidden;
    border: none;
    margin-bottom: 20px;
    margin-top: 20px;
}

.dotskurz {
  	margin: 0 auto; padding: 0;    
    height: 5px;    
    background-image: url('../img/punkt.gif');
    background-repeat: repeat-x;
    background-color: #fff; /* just to see the padding in IE6 */
    overflow:hidden;
    border: none;
    width: 196px;
    text-align: center;
    margin-bottom: 15px;
}

.dotsfooter {
  	margin: 0; padding: 0;    
    height: 5px;    
    background-image: url('../img/punkt.gif');
    background-repeat: repeat-x;
    background-color: #fff; /* just to see the padding in IE6 */
    overflow:hidden;
    border: none;
}

p.lead {
	color: #838383;
        line-height: 32px;
}
.featurette {
    overflow: hidden;
}

.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}

.featurette-heading {
    font-size: 50px;
}

.headline h1{
	font-size: 40px;
    font-family: 'RomainTextXLarge';
letter-spacing: 0.1em;
}

.headline h2{
	font-size: 24px;
	margin-top: 0;
    font-family: 'RomainTextXLarge';
letter-spacing: 0.2em;
}

.headline h1:last-child{
	margin: 0;
}

h3 {
  margin-bottom: 25px;
    font-family: 'RomainTextXLarge';
    letter-spacing: 0.1em;
}

p + .featurette-divider {
  margin: 0 auto 15px;
  width: 200px;
}

@media(max-width:1200px) {
    .headline h1 {
        font-size: 140px;
    }

    .headline h1:last-child{
        font-size: 50px;
letter-spacing: 0.1em;
    }

    .headline h2 {
        font-size: 63px;
letter-spacing: 0.1em;
    }

    .featurette-divider {
        margin: 50px 0;
    }

    .featurette-image.pull-left {
        margin-right: 20px;
    }

    .featurette-image.pull-right {
        margin-left: 20px;
    }

    .featurette-heading {
        font-size: 35px;
    }
}

@media(max-width:991px) {
    .headline h1 {
        font-size: 105px;
    }

    .headline h1:last-child{
        font-size: 40px;
letter-spacing: 0.05em;
    }

    .headline h2 {
        font-size: 50px;
letter-spacing: 0.05em;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-image {
        max-width: 50%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
    }

    .featurette-image.pull-right {
        margin-left: 10px;
    }

    .featurette-heading {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .container {
        margin: 0 0px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-heading {
        font-size: 25px;
    }
}

@media(max-width:668px) {
    .headline h1 {
        font-size: 70px;
    }

    .headline h1:last-child{
        font-size: 35px;
    }

    .headline h2 {
        font-size: 32px;
    }

    .featurette-divider {
        margin: 30px 0;
    }
}

@media(max-width:640px) {
    .headline {
        padding: 75px 0 0 0;
    }

    .headline h1 {
        font-size: 55px;
    }

    .headline h1:last-child{
        font-size: 24px;
letter-spacing: 0.02em;
    }

    .headline h2 {
        font-size: 24px;
letter-spacing: 0.02em;
    }
p.lead {
	color: #838383;
        line-height: 32px;
}
}

@media(max-width:375px) {
    .featurette-divider {
        margin: 10px 0;
    }

    .featurette-image {
        max-width: 100%;
    }

    .featurette-image.pull-left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .featurette-image.pull-right {
        margin-bottom: 10px;
        margin-left: 0;
    }

    .headline h1 {
        font-size: 45px;
    }

    .headline h1:last-child{
        font-size: 20px;
    }

    .headline h2 {
        font-size: 20px;
    }
}