/* windströöm styles */

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	font-family: 'Poppins', Calibri, Verdana, Geneva, Arial, sans-serif;
	font-size:16px;
	line-height: 21px;
	color:#171d4f;
}
body{background: transparent; /*url(https://www.windströöm.de/_pix/bg_paper.svg) bottom right no-repeat;*/}
h1, h2 {
	color: #171d4f;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	font-style:normal;
	margin:25px 0 15px 0;
}
.container { padding: 60px 30px; max-width: 960px; }

      
.main_area {
    background-image: none !important;
	padding-right: 0;
}

.row {
    margin: 0;
    padding: 30px;
    background-color: #FFF;
    box-shadow:none;
    border-radius: 30px;
}
table.wizard_main {
    width: 100% !important;
}


.alert-danger {
    color: #e6007e;
    background-color: #FFF;
    border-color: #e6007e;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1.5px solid #e6007e;
    border-radius: 1em;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color:transparent;
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background-color: transparent;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Poppins', Calibri, Verdana, Geneva, Arial, sans-serif;
    font-weight: bold !important;
    line-height: 1.3;
}

.glyphicon-ok::before {
    content:'+';
    display: block;
    font-family: monospace;
    font-size: 24px;
    line-height: 27px;
    color: #fff;
}
.glyphicon-ok{
	position: relative;
    top: 3px;
    display: inline-block;
    font-family:inherit;
    width: 30px;
    height: 30px;
    background: #00acf7;
    font-size: 0;
    border-radius: 15px;
    text-align: center;
    margin-right: 10px;
}
::-webkit-input-placeholder {color:#AAAAAA;}
:-moz-placeholder {color:#AAAAAA;}
::-moz-placeholder {color:#AAAAAA;}
:-ms-input-placeholder {color:#AAAAAA;}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    background-color: transparent;
    color: #171d4f;
    vertical-align: middle;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-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;
}
select.form-control{background-color:rgb(241,241,241);}
input.form-control{background-color:rgb(241,241,241);}

input[type="text"], select {
	display:inline-block;
	background-color: rgb(241,241,241);
	color:#171d4f;
	font-family:inherit;
	font-size:16px;
	border:none;
	margin:0 0 5px 0;
	padding:10px 10px;
	
	-webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	
	-moz-box-shadow: 0 0 0 0 0 #000;
	-webkit-box-shadow: inset 0 0 0 0 #000;
	box-shadow: inset 0 0 0 0 #000;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	/*-webkit-appearance:none;*/
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

}
input:focus, select:focus {background-color: rgb(235,233,228);}
input:hover, select:hover {background-color:rgb(235,233,228);}


input[type="Submit"]{
    background-color: #00acf7;
    color: #171d4f;
    -webkit-appearance: none;
    font-size: 18px;
    cursor: pointer;
    border-radius: 30px;
    padding: 10px 20px;
}
input[type="Submit"]:hover{
	background-color:#232c77;
	color:rgb(255,255,255);
}
.btn {
    border: none;
    border-radius: 30px;
	background-color: #00acf7;
	color:#171d4f;
	font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #FFF;
	background-color:rgb(219,210,184);
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow:  0 3px 5px rgba(0,0,0,.125);
    box-shadow:  0 3px 5px rgba(0,0,0,.125);
}
.btn:hover, .btn:focus {
    color: #FFF;
	background-color:rgb(219,210,184);
    text-decoration: none;
}

@media screen and (max-width:768px){
	.main_area {
    background-repeat: no-repeat;
    background-position: top left;
    padding-right: 0;
	padding-top: 0;
	}
}
@media screen and (max-width:480px){
	td{display:block; width: auto;}
	.table thead>tr>th, .table tbody>tr>th, .table tfoot>tr>th, .table thead>tr>td, .table tbody>tr>td, .table tfoot>tr>td {
    padding: 8px 0;
		border-top: none;}
	.table tr {border-top:1px solid rgb(220,220,220);}
}


    @font-face {
                font-family: Poppins;
                font-style: normal;
                font-weight: 100;
                font-display: fallback;
                src: url('../wp-content/themes/w__theme/assets/fonts/Poppins/poppins-v23-latin_latin-ext-100.woff2') format('woff2');
                font-stretch: normal;
            }

            @font-face {
                font-family: Poppins;
                font-style: italic;
                font-weight: 100;
                font-display: fallback;
                src: url('../wp-content/themes/w__theme/assets/fonts/Poppins/poppins-v23-latin_latin-ext-100italic.woff2') format('woff2');
                font-stretch: normal;
            }

            @font-face {
                font-family: Poppins;
                font-style: normal;
                font-weight: 200;
                font-display: fallback;
                src: url('../wp-content/themes/w__theme/assets/fonts/Poppins/poppins-v23-latin_latin-ext-200.woff2') format('woff2');
                font-stretch: normal;
            }

            @font-face {
                font-family: Poppins;
                font-style: italic;
                font-weight: 200;
                font-display: fallback;
                src: url('../wp-content/themes/w__theme/assets/fonts/Poppins/poppins-v23-latin_latin-ext-200italic.woff2') format('woff2');
                font-stretch: normal;
            }

            @font-face {
                font-family: Poppins;
                font-style: normal;
                font-weight: 300;
                font-display: fallback;
                src: url('../wp-content/themes/w__theme/assets/fonts/Poppins/poppins-v23-latin_latin-ext-300.woff2') format('woff2');
                font-stretch: normal;
            }

            @font-face {
                font-family: Poppins;
                font-style: italic;
                font-weight: 300;
                font-display: fallback;
                src: url('../wp-content/themes/w__theme/assets/fonts/Poppins/poppins-v23-latin_latin-ext-300italic.woff2') format('woff2');
                font-stretch: normal;
            }

            @font-face {
                font-family: Poppins;
                font-style: normal;
                font-weight: 400;
                font-display: fallback;
                src: url('../wp-content/themes/w__theme/assets/fonts/Poppins/poppins-v23-latin_latin-ext-regular.woff2') format('woff2');
                font-stretch: normal;
            }

            @font-face {
                font-family: Poppins;
                font-style: italic;
                font-weight: 400;
                font-display: fallback;
                src: url('../wp-content/themes/w__theme/assets/fonts/Poppins/poppins-v23-latin_latin-ext-italic.woff2') format('woff2');
                font-stretch: normal;
            }

            @font-face {
                font-family: Poppins;
                font-style: normal;
                font-weight: 500;
                font-display: fallback;
                src: url('../wp-content/themes/w__theme/assets/fonts/Poppins/poppins-v23-latin_latin-ext-500.woff2') format('woff2');
                font-stretch: normal;
            }

            @font-face {
                font-family: Poppins;
                font-style: italic;
                font-weight: 500;
                font-display: fallback;
                src: url('../wp-content/themes/w__theme/assets/fonts/Poppins/poppins-v23-latin_latin-ext-500italic.woff2') format('woff2');
                font-stretch: normal;
            }

            @font-face {
                font-family: Poppins;
                font-style: normal;
                font-weight: 600;
                font-display: fallback;
                src: url('../wp-content/themes/w__theme/assets/fonts/Poppins/poppins-v23-latin_latin-ext-600.woff2') format('woff2');
                font-stretch: normal;
            }

            @font-face {
                font-family: Poppins;
                font-style: italic;
                font-weight: 600;
                font-display: fallback;
                src: url('../wp-content/themes/w__theme/assets/fonts/Poppins/poppins-v23-latin_latin-ext-600italic.woff2') format('woff2');
                font-stretch: normal;
            }

            @font-face {
                font-family: Poppins;
                font-style: normal;
                font-weight: 700;
                font-display: fallback;
                src: url('../wp-content/themes/w__theme/assets/fonts/Poppins/poppins-v23-latin_latin-ext-700.woff2') format('woff2');
                font-stretch: normal;
            }

            @font-face {
                font-family: Poppins;
                font-style: italic;
                font-weight: 700;
                font-display: fallback;
                src: url('../wp-content/themes/w__theme/assets/fonts/Poppins/poppins-v23-latin_latin-ext-700italic.woff2') format('woff2');
                font-stretch: normal;
            }

            @font-face {
                font-family: Poppins;
                font-style: normal;
                font-weight: 800;
                font-display: fallback;
                src: url('../wp-content/themes/w__theme/assets/fonts/Poppins/poppins-v23-latin_latin-ext-800.woff2') format('woff2');
                font-stretch: normal;
            }

            @font-face {
                font-family: Poppins;
                font-style: italic;
                font-weight: 800;
                font-display: fallback;
                src: url('../wp-content/themes/w__theme/assets/fonts/Poppins/poppins-v23-latin_latin-ext-800italic.woff2') format('woff2');
                font-stretch: normal;
            }

            @font-face {
                font-family: Poppins;
                font-style: normal;
                font-weight: 900;
                font-display: fallback;
                src: url('../wp-content/themes/w__theme/assets/fonts/Poppins/poppins-v23-latin_latin-ext-900.woff2') format('woff2');
                font-stretch: normal;
            }

            @font-face {
                font-family: Poppins;
                font-style: italic;
                font-weight: 900;
                font-display: fallback;
                src: url('../wp-content/themes/w__theme/assets/fonts/Poppins/poppins-v23-latin_latin-ext-900italic.woff2') format('woff2');
                font-stretch: normal;
            }