.h1, h1 {
    font-size: 38px !important;
    font-family: "OfficinaSansITCW01-Bold", Arial, Helvetica, Sans-serif !important;
    font-weight: 500 !important;
    color: #043882 !important;
    padding: 0 !important;

	  border-bottom-style: solid;
}

.h3, h3 {

    font-size: 30px;
	color: #46A12A !important;

}

.h2, h2 {

color: #043882 !important;
font-weight: 300 !important;
line-height: 115% !important;
margin-left: 5px
}


.durchgezogen1 {
	border-style: solid;
	border-width: 2.5px;
	  padding-right: 60px;
	  padding-left: 60px;
	border-color:#043882;
	box-shadow: 18px 15px #dbdbdb;
	border-radius:4px;

}

.durchgezogen2 {
	border-style: solid;
	border-width: 2.5px;
	  padding-right: 10px;
	border-color:rgba(69, 69, 69, 0.8);
	box-shadow: 18px 15px #dbdbdb;
	border-radius:4px;
	background-color: rgba(255, 255, 255, 1) !important;

}

.panel-default {
    border-color: #FFFFFF !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: rgba(224, 224, 224, 0.2);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
