.Hidden {
	display: none;
}

div.context {
	display: none;
}


input[readonly] {
	background-color: #F7F7F7 !important;
}

.pull-right {
	float: right !important;
	/*
	float: left !important;
	background-color: pink !important;
	*/
}

div.userinfo {
	float: right!important;
}

div.context {
	width: auto !important;
}


div.menu {
	margin-right: 30px;
}


div.menu li {
	list-style: none!important;
}
div.menu a {
	width: max-content!important;
}


.table-wrapper, .panel-body {
    background: none repeat scroll 0% 0% #F7F7F7;
}

tr {
    margin: 4px;
    border-bottom: 1px solid #B2B2B2;
}



div.content.divider.clearfix {
	width:100%;
}

div.c2 {
	max-width:60em;
}

.aweb-container-title {
	font-size: 18px;
}

.checkbox {
    margin: 11px 0;
}

input[type='checkbox'] {
    margin-right: 8px;
}

.control-label, .form-control, .form-control-static {

    margin: 6px 0;
}

select.form-control {
	width: 413px;
	height: 22px;
}

input.form-control {
    /*width: 407px;*/
}

.form-group {
    font-size: 14px;
    border-bottom: 1px solid #B2B2B2;
}

td {
    padding: 4px;
    font-size: 14px;
}

p {
    margin: 4px 0 !important;
}

label {
    padding-right: 0 !important;
}

h3 {
    font-size: 24px;
}

h3.panel-title {
    font-size: 18px;
}

.alert {
    color: #f45;
    font-size: 14px;
}

button {
    background: none repeat scroll 0% 0% #DDD;
    border: none;
    margin: 1em 0;
    padding: 0.2em 0.8em;
}

.col-lg-3 > .pull-right, .col-lg-6 > .pull-right, .col-lg-9 > .pull-right, .col-lg-12 > .pull-right {
    float: right;
	/* float: left; */
}

.col-lg-3 {
    width: 30%;
}

.col-lg-6 {
    width: 50%;
}

.col-lg-9 {
    width: 70%;
}

.col-lg-12 {
    width: 100%;
}

.col-lg-3,
.col-lg-6,
.col-lg-9 {
    float: left;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.subnav {
    display: block !important;
    border: none;
}

#subnav li li a, #subnav li li.selected {
    margin-left: 0.7em;
    padding-left: 0.8em;
}

#subnav li li li a, #subnav li li li.selected {
    padding: 0.1em 1.6em;
    width: 212px;
}

#subnav li li li li a, #subnav li li li li.selected {
    padding: 0.1em 2.6em;
    width: 176px;
}

table {
    width: 100%;
}


@media only screen and (min-width: 991px) {
    .visible-xs, .clearfix.visible-sm {
        display: none;
    }

    .visible-lg.clearfix:before,
    .visible-lg.clearfix:after {
        display: table;
        content: " ";
    }

    .visible-lg.clearfix:after {
        clear: both;
    }

    .aweb_instance_sprachlernzentrum.aweb_controller_Booking .c2 {
        width: 60em;
    }
    .aweb_instance_sprachlernzentrum.aweb_controller_Booking select.form-control, select.form-control {
        width: calc(100% - 10px) !important;
    }

    .aweb_instance_sprachlernzentrum.aweb_controller_Booking input.form-control {
        width: calc(100% - 14px) !important;
    }
	input.form-control {
        width: calc(100% - 14px) !important;
    }
}

@media only screen and (min-width: 671px) and (max-width: 990px) {
    .col-sm-3 {
        width: 30%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-9 {
        width: 70%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-12 > .pull-right {
  /*  float: left; */

	float: left !important;
	background-color: pink !important;

    }

    .visible-xs, .clearfix.visible-lg {
        display: none;
    }


    select.form-control {
        /*width: 100%; !!!*/
		width: 350px;
        padding: 0;
        border: 1px solid #b2b2b2;
    }

    input.form-control {
        width: 350px;
        padding: 0 !important;
        border: 1px solid #b2b2b2;
    }	
	
    .visible-sm.clearfix:before,
    .visible-sm.clearfix:after {
        display: table;
        content: " ";
    }

    .visible-sm.clearfix:after {
        clear: both;
    }

    .c2 {
        padding-bottom: 25px;
    }
	
	.aweb-teilnahmebedingung {
		width: 600px;
	}
}

@media only screen and (max-width: 670px) {
	
	p.aweb-teilnahmebedingung {
		width: 350px;
	}
	
    .col-xs-3 {
        width: 25%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-12 {
        width: 100%;
    }
    .col-xs-12 label {
        width: 99%;
    }
	
	h3.thk_hinweis {
		width: 50%;
	}

        .col-xs-12 > .pull-right {
            /*float: left;*/
			float: left !important;
			background-color: pink !important;
        }

    .visible-lg, .clearfix.visible-sm {
        display: none;
    }

    select.form-control {
        /*width: 100%; !!!*/
		width: 200px;
        padding: 0;
        border: 1px solid #b2b2b2;
    }

    input.form-control {
        width: 200px;
        padding: 0 !important;
        border: 1px solid #b2b2b2;
    }
	
	label.col-xs-12 {
		width: 350px;
	}

    .visible-xs.clearfix:before,
    .visible-xs.clearfix:after {
        display: table;
        content: " ";
    }

    .visible-xs.clearfix:after {
        clear: both;
    }

    .table td {
        display: block;
    }
    
    .table td > * {
        display: inline-block;
    }

    .column-title {
        display: inline-block;
        font-weight: bold;
        width: 25%;
    }
    thead {
        display: none;
    }
    .aweb-table-column {
        padding: 0 4px;
    }

    .c2 {
        padding-bottom: 25px;
    }

    input[type=checkbox] {
        -webkit-appearance: checkbox;
    }
}
